about summary refs log blame commit diff
path: root/app/views/layouts/auth.html.haml
blob: ca9c13945ad7a6ffc4d2cf502a81b93e7eb94c4f (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                

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