diff --git a/app/views/forum_topics/_secondary_links.html.erb b/app/views/forum_topics/_secondary_links.html.erb index dda0bc718..99d8dd32d 100644 --- a/app/views/forum_topics/_secondary_links.html.erb +++ b/app/views/forum_topics/_secondary_links.html.erb @@ -5,6 +5,8 @@ <% if CurrentUser.is_member? %>
  • <%= link_to "New", new_forum_topic_path %>
  • +
  • <%= link_to "Request alias", new_tag_alias_request_path %>
  • +
  • <%= link_to "Request implication", new_tag_implication_request_path %>
  • <%= link_to "Mark all as read", mark_all_as_read_forum_topics_path, :method => :post %>
  • <% end %>