application.html.haml 557 B

123456789101112131415161718192021222324
  1. !!!
  2. %html
  3. %head
  4. %title Rotten Potatoes!
  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. %body
  9. %h1.title Rotten Potatoes!
  10. #main
  11. - if flash[:notice]
  12. #notice.message= flash[:notice]
  13. - elsif flash[:warning]
  14. #warning.message= flash[:warning]
  15. = yield
  16. %br
  17. %br
  18. %hr
  19. Gabriel Capella - 8962078
  20. %br
  21. Marcos Vinicius do Carmo Sousa - 9298274