1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-01 16:28:29 +09:00
whippy-edition/app/views/layouts/auth.html.haml

17 lines
323 B
Plaintext
Raw Normal View History

- content_for :header_tags do
= javascript_pack_tag 'public', crossorigin: 'anonymous'
- content_for :content do
.container-alt
.logo-container
%h1
= link_to root_path do
= svg_logo_full
.form-container
= render 'flashes'
2016-10-03 23:38:22 +09:00
= yield
= render template: 'layouts/application'