mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:36:35 +08:00
add sign in user glyph to 404 page
This commit is contained in:
parent
2eca37b7ae
commit
e34321af7a
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<% unless current_user %>
|
||||
<div class='panel clearfix'>
|
||||
<a href="/login" class='btn btn-primary btn-small'><%= I18n.t('log_in') %></a>
|
||||
<a href="/login" class='btn btn-primary btn-small'><i class="fa fa-user"></i><%= I18n.t('log_in') %></a>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user