Fix #3849: Forum Button in the topbar has broken css

This commit is contained in:
evazion
2018-08-29 14:29:15 -05:00
parent 512629b1d5
commit a8ae4d3f36
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<menu class="main">
<% if CurrentUser.is_anonymous? %>
<%= nav_link_to("Sign in", new_session_path, :class => "login") %>
<%= nav_link_to("Sign in", new_session_path) %>
<% else %>
<%= nav_link_to("My Account #{CurrentUser.dmail_count}", user_path(CurrentUser.user)) %>
<% end %>