<% if !(session[:help_popups_clearance].nil?) %> <% if @topics.count == 0 %> No Help Topics Defined!
Please click the link below to add one...
<% else %> <% trClass = "odd" %> <% @topics.each do |topic| %> <% if (trClass == "even") then trClass = "odd" else trClass = "even" end %> <% end %>
Code Title
<%= link_to topic.code, edit_topic_path(topic) %> <%= topic.title %>
<% end %>
<%= link_to "Add New Help Topic", new_topic_path %> <% else %> You must login before you can access the Help Popups administration.
Please enter the password you defined for config.help_popups_password:

<% flash.each do |key, value| %> <%= content_tag(:div, value, :class => "flash #{key}") %> <% end %>
   
<% end %>