Created
          August 3, 2015 11:20 
        
      - 
      
- 
        Save sdlong/cb3f89292f5ba41281c8 to your computer and use it in GitHub Desktop. 
    app/views/layout/application.html.erb
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Artstore</title> | |
| <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> | |
| <%= csrf_meta_tags %> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <%= render "common/navbar" %> | |
| <%= notice_message %> | |
| <%= yield %> | |
| </div> | |
| <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> | |
| <%= yield :handwrite_javascript %> | |
| </body> | |
| </html> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment