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

                              
                         
 
                   
                        
 
             
 
                                        
- 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
          = svg_logo_full

    .form-container
      = render 'flashes'

      = yield

= render template: 'layouts/application'