mirror of
https://github.com/discourse/discourse.git
synced 2025-05-02 19:44:31 +08:00
add glyph to "must be signed in" sign in btn
This commit is contained in:
parent
275fa02082
commit
99f9140147
@ -3,7 +3,7 @@
|
|||||||
{{{html}}}
|
{{{html}}}
|
||||||
|
|
||||||
{{#if showLoginButton}}
|
{{#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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user