<%= link_to_unless_current "Home", :action => "index",
:controller => "site" %> |
<%= link_to_unless_current "About Us", :action => "about",
:controller => "site" %> |
<%= link_to_unless_current "Help", :action => "help",
:controller => "site" %> |
<%= link_to_unless_current "Register", :action => "register",
:controller => "user" %>
<% if flash[:notice] -%>
<%= flash[:notice] %>
<% end -%>
<%= yield %>
<% if ENV["RAILS_ENV"] == "development" %>
<%= debug(params) %>
<% end %>