| Title | Creator | Updated by | Updated at |
|---|---|---|---|
| <% if topic.is_sticky? %> Sticky: <% end %> <%= link_to topic.title, forum_topic_path(topic) %> <% if topic.response_count > 30 %> <%= link_to "last", forum_topic_path(topic, :page => (topic.response_count / 30.0).ceil), :class => "last-page" %> <% end %> <% if topic.is_locked? %> (locked) <% end %> | <%= link_to topic.creator.name, user_path(topic.creator) %> | <%= link_to topic.updater.name, user_path(topic.updater) %> | <%= compact_time topic.updated_at %> |