about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
blob: fcbd29fe94ccf559d1b558c42419b521b303e7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- content_for :content do
  .container-alt
    .logo-container
      %h1
        = link_to root_path do
          = image_pack_tag 'logo_full.svg', alt: 'Mastodon'

    .form-container
      = render 'flashes'

      = yield

= render template: 'layouts/application'