<%= l(:field_subject) %> | <%= l(:field_author) %> | <%= sort_header_tag("#{Message.table_name}.created_on", :caption => l(:field_created_on)) %><%= l(:label_reply_plural) %> | <%= sort_header_tag("#{Message.table_name}.updated_on", :caption => l(:label_message_last)) %>||
---|---|---|---|---|
<%= link_to h(topic.subject), :controller => 'messages', :action => 'show', :board_id => @board, :id => topic %> | <%= link_to_user topic.author %> | <%= format_time(topic.created_on) %> | <%= topic.replies_count %> |
<% if topic.last_reply %>
<%= topic.last_reply.author.name %>, <%= format_time(topic.last_reply.created_on) %> <%= link_to_message topic.last_reply %> <% end %> |
<%= pagination_links_full @topic_pages %> [ <%= @topic_pages.current.first_item %> - <%= @topic_pages.current.last_item %> / <%= @topic_count %> ]
<% else %><%= l(:label_no_data) %>
<% end %>