about summary refs log tree commit diff
path: root/app/views/layouts/auth.html.haml
blob: aa1990972a6ee7c91d9a61b7b053c8c0e95d9ff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- content_for :header_tags do
  = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'

- 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'