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