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

This commit is contained in:
evazion
2018-08-26 12:46:19 -05:00
parent 8ccc238791
commit b98bc26397
3 changed files with 4 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
<% if CurrentUser.is_moderator? %>
<%= nav_link_to("Dashboard", moderator_dashboard_path) %>
<% end %>
<%= nav_link_to("More&nbsp;&raquo;".html_safe, site_map_path) %>
<%= nav_link_to("More »", site_map_path) %>
</menu>