nav menu: add html ids to secondary nav menu links (#3844).

This commit is contained in:
evazion
2018-08-27 20:57:59 -05:00
parent 48aad062a0
commit 47e26419d3
27 changed files with 170 additions and 161 deletions

View File

@@ -1,8 +1,8 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= render "comments/quick_search" %></li>
<li><%= link_to "Listing", comments_path(:group_by => "post") %></li>
<li><%= link_to "Search", search_comments_path %></li>
<li><%= link_to "Help", wiki_pages_path(:title => "help:comments") %></li>
<%= subnav_link_to "Listing", comments_path(:group_by => "post") %>
<%= subnav_link_to "Search", search_comments_path %>
<%= subnav_link_to "Help", wiki_pages_path(:title => "help:comments") %>
</menu>
<% end %>