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
-# views/layouts/application.html.haml | |
!!! | |
%html | |
%head | |
%title Web App | |
= render '/layouts/common_stylesheets' # Stylesheets common to all pages | |
= render '/layouts/common_javascripts' # Javascript files common to all pages | |
= csrf_meta_tag | |
%body |
NewerOlder