about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
blob: dd0e7f1665ee97d610c835799be862e1446cf0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- content_for :content do
  .logo-container
    %h1
      Mastodon
      %small= Rails.configuration.x.local_domain

  .form-container
    = yield

= render template: "layouts/application"