Advertisement
saasbook

application.html.haml

Mar 1st, 2014
835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.17 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.     = yield
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement