root/trunk/demo/app/views/layouts/application.html.erb
| Revision 228, 321 bytes (checked in by jk, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head> |
| 3 | <title>acts_as_ferret demo application</title> |
| 4 | <%= stylesheet_link_tag 'scaffold' %> |
| 5 | </head> |
| 6 | <body> |
| 7 | <ul> |
| 8 | <li><%= link_to 'Contents', contents_path %></li> |
| 9 | <li><%= link_to 'Search', search_path %></li> |
| 10 | </ul> |
| 11 | |
| 12 | <p style="color: green"><%= flash[:notice] %></p> |
| 13 | |
| 14 | <%= yield %> |
| 15 | |
| 16 | </body> |
| 17 | </html> |
Note: See TracBrowser for help on using the browser.
