From 61dd08cd2bd71b91ce4da44062d8aa5f590506ae Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 7 Sep 2016 16:30:32 -0700 Subject: [PATCH] fixes #2657: Move 'Request Alias/Implication' link to forum subnav. --- app/views/forum_topics/_secondary_links.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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 %>