about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
blob: ca9c13945ad7a6ffc4d2cf502a81b93e7eb94c4f (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_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'

    .form-container
      = render 'flashes'

      = yield

= render template: 'layouts/application'