add glyph to sign in button on topic private page

This commit is contained in:
Jeff Atwood 2014-07-08 11:48:02 -07:00
parent 7658b72556
commit 1e7a9a24db
1 changed files with 1 additions and 1 deletions

View File

@ -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>