Forum

<% @forum_topics.each do |topic| %> <% end %>
Title Creator Updated by Updated at
<% if topic.is_sticky? %>Sticky: <% end %><%= link_to topic.title, forum_topic_path(topic) %> <%= topic.creator.name %> <%= topic.updater.name %> <%= compact_time topic.updated_at %>
<%= numbered_paginator(@forum_topics) %>
<%= render "secondary_links" %> <%= content_for(:html_header) do %> <% end %>