application.html.erb 198 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Depot</title>
  5. <%= stylesheet_link_tag :all %>
  6. <%= javascript_include_tag :defaults %>
  7. <%= csrf_meta_tag %>
  8. </head>
  9. <body>
  10. <%= yield %>
  11. </body>
  12. </html>