add glyph to "must be signed in" sign in btn

This commit is contained in:
Jeff Atwood 2014-05-16 14:57:23 -07:00
parent 275fa02082
commit 99f9140147
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{{html}}}
{{#if showLoginButton}}
<button class="btn btn-primary" {{action showLogin}}>{{i18n log_in}}</button>
<button class="btn btn-primary" {{action showLogin}}><i class="fa fa-user"></i>{{i18n log_in}}</button>
{{/if}}
</div>
</div>