Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Depot</title>
- <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
- <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
- <%= csrf_meta_tags %>
- </head>
- <body class='<%= controller.controller_name %>'>
- <%= yield %>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment