responsive layout: fix "More »" link from line-wrapping.

This commit is contained in:
evazion
2017-05-02 22:28:22 -05:00
parent 85f6590b1a
commit 002d54921e

View File

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