nav menu: remove duplicate "More »" link.

Remove a second hidden "More »" link from the nav menu. This was
leftover code first added in f2f524b87 and later reverted in 68161f7b8.
This commit is contained in:
evazion
2018-08-26 12:55:50 -05:00
parent 79961c8ed9
commit 8ccc238791
5 changed files with 1 additions and 23 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, :id => "site-map-link") %>
<%= nav_link_to("More&nbsp;&raquo;".html_safe, site_map_path) %>
</menu>

View File

@@ -1,5 +0,0 @@
<div id="more-links" style="display: none;">
<ul>
<%= nav_link_to("More &raquo;".html_safe, site_map_path) %>
</ul>
</div>

View File

@@ -101,8 +101,6 @@
<%= render "layouts/main_links" %>
<%= yield :secondary_links %>
</nav>
<%= render "layouts/more_links" %>
</header>
<div id="page">