add action for marking forum as read

This commit is contained in:
albert
2013-02-24 17:09:07 -05:00
parent cd3f2483f8
commit 2f47b01379
4 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<li><%= link_to "Listing", forum_topics_path %></li>
<li><%= link_to "New", new_forum_topic_path %></li>
<li><%= link_to "Search", search_forum_posts_path %></li>
<li><%= link_to "Mark all as read", mark_all_as_read_forum_topics_path, :method => :post %></li>
<li><%= link_to "Help", wiki_pages_path(:title => "help:forum") %></li>
<% if @forum_topic %>
<li>|</li>