Skip to content

Commit

Permalink
Remove class=btn from secondaryMenu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Jan 6, 2013
1 parent 783e7e1 commit df9c6cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id = "user-welcome-or-login">
<a href = "/user/login" class = "btn"><%= t('Log In') %> <i class = "icon-log-in"></i></a>
<a href = "/user/login"><%= t('Log In') %> <i class = "icon-log-in"></i></a>
<% if (config.get('server:authentication:password')) { %>
<span class = "link-divider">|</span>
<a href = "/user/register"><%= t('Register') %></a>
Expand Down

0 comments on commit df9c6cd

Please sign in to comment.