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


                              
                                
 
                   
                         
                                 
                        
                                
 
             
                                        
- content_for :content do
  .container
    .logo-container
      %h1
        = link_to root_path do
          = image_tag 'logo.png'

    .form-container
      - if flash[:notice]
        .flash-message.notice
          %strong= flash[:notice]

      - if flash[:alert]
        .flash-message.alert
          %strong= flash[:alert]

      = yield

= render template: "layouts/application"