mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
add glyph to sign in button on topic private page
This commit is contained in:
parent
7658b72556
commit
1e7a9a24db
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
{{#if message}}
|
||||
{{message}}
|
||||
{{#unless currentUser}}
|
||||
<button {{action showLogin}} class='btn btn-primary btn-small'>{{i18n log_in}}</button>
|
||||
<button {{action showLogin}} class='btn btn-primary btn-small'><i class="fa fa-user"></i>{{i18n log_in}}</button>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
<button class="btn btn-primary topic-retry" {{action retryLoading}}>{{i18n errors.buttons.again}}</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue