To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
08/27/07 19:38:06 (1 year ago)
Author:
jk
Message:

rest done right

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/app/views/layouts/application.html.erb

    r5 r228  
    11<html> 
    22<head> 
    3   <title>Content: <%= controller.action_name %></title> 
     3  <title>acts_as_ferret demo application</title> 
    44  <%= stylesheet_link_tag 'scaffold' %> 
    55</head> 
    66<body> 
     7  <ul> 
     8    <li><%= link_to 'Contents', contents_path %></li> 
     9    <li><%= link_to 'Search', search_path %></li> 
     10  </ul> 
    711 
    8 <p style="color: green"><%= flash[:notice] %></p> 
     12  <p style="color: green"><%= flash[:notice] %></p> 
    913 
    10 <%= @content_for_layout %> 
     14<%= yield %> 
    1115 
    1216</body> 

To edit pages or tickets please login with username/password: aaf/aaf