123456789101112131415161718192021222324 |
- !!!
- %html
- %head
- %title Rotten Potatoes!
- = stylesheet_link_tag 'application', 'media' => 'all', 'data-turbolinks-track' => true
- = javascript_include_tag 'application', 'data-turbolinks-track' => true
- = csrf_meta_tags
- %body
- %h1.title Rotten Potatoes!
- #main
- - if flash[:notice]
- #notice.message= flash[:notice]
- - elsif flash[:warning]
- #warning.message= flash[:warning]
- = yield
- %br
- %br
- %hr
- Gabriel Capella - 8962078
- %br
- Marcos Vinicius do Carmo Sousa - 9298274
|