nav menu: add html ids to secondary nav menu links (#3844).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<% content_for(:secondary_links) do %>
|
||||
<menu>
|
||||
<li><%= link_to "Listing", bulk_update_requests_path %></li>
|
||||
<li><%= link_to "New", new_bulk_update_request_path %></li>
|
||||
<%= subnav_link_to "Listing", bulk_update_requests_path %>
|
||||
<%= subnav_link_to "New", new_bulk_update_request_path %>
|
||||
</menu>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user