Guest User

Untitled

a guest
Aug 7th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Depot</title>
  5.   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
  6.   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
  7.   <%= csrf_meta_tags %>
  8. </head>
  9.  
  10. <body class='<%= controller.controller_name %>'>
  11.  
  12. <%= yield %>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment