Changeset 228 for trunk/demo/app/views/layouts
- Timestamp:
- 08/27/07 19:38:06 (1 year ago)
- Files:
-
- trunk/demo/app/views/layouts/application.html.erb (moved) (moved from trunk/demo/app/views/layouts/content.rhtml) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/app/views/layouts/application.html.erb
r5 r228 1 1 <html> 2 2 <head> 3 <title> Content: <%= controller.action_name %></title>3 <title>acts_as_ferret demo application</title> 4 4 <%= stylesheet_link_tag 'scaffold' %> 5 5 </head> 6 6 <body> 7 <ul> 8 <li><%= link_to 'Contents', contents_path %></li> 9 <li><%= link_to 'Search', search_path %></li> 10 </ul> 7 11 8 <p style="color: green"><%= flash[:notice] %></p>12 <p style="color: green"><%= flash[:notice] %></p> 9 13 10 <%= @content_for_layout%>14 <%= yield %> 11 15 12 16 </body>
