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

13 lines
299 B
Plaintext
Raw Normal View History

- content_for :content do
.container
.logo-container
%h1
= link_to root_path do
= render partial: 'application/logo', locals: { dim: 200 }
%small= Rails.configuration.x.local_domain
.form-container
= yield
= render template: "layouts/application"