<%= @help_title %>



<%= @help_text %>


<% if @see_also and not @see_also.empty? %> See other help: <% @see_also.each do |f| %> <%= link_to f , :controller => 'help', :action => f %>       <% end %> <% end %>

<% if @link %> <%= link_to @link[0] , :controller => @link[1], :action => @link[2] %> <% end %>

<%= link_to "Go Back", "javascript:history.back()" %>