Created
August 30, 2013 06:53
-
-
Save serv/6386951 to your computer and use it in GitHub Desktop.
Ruby on Rails 4.0 default application.html.erb in .haml format
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
!!! 5 | |
%html | |
%head | |
%title Insert app title here | |
= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true | |
= javascript_include_tag "application", "data-turbolinks-track" => true | |
= csrf_meta_tags | |
%body | |
= yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment