1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/layouts/auth.html.haml

13 lines
263 B
Text
Raw Normal View History

- content_for :content do
.container
.logo-container
%h1
= link_to root_path do
= image_tag 'logo.png'
%small= Rails.configuration.x.local_domain
.form-container
= yield
= render template: "layouts/application"