Advertisement
saasbook

application.html.haml

Sep 15th, 2014
1,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.18 KB | None | 0 0
  1. !!! 5
  2. %html
  3.   %head
  4.     %title RottenPotatoes!
  5.     = stylesheet_link_tag 'application'
  6.     = javascript_include_tag 'application'
  7.     = csrf_meta_tags
  8.  
  9.   %body
  10.     #main
  11.       = yield
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement