Update header.js.handlebars
This commit is contained in:
parent
6051b1a19c
commit
77dd47472c
|
@ -90,7 +90,7 @@
|
|||
{{#if currentUser}}
|
||||
{{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}}
|
||||
{{else}}
|
||||
<div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user' title='{{i18n no_current_user}}'></i></div>
|
||||
<div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user' title='{{i18n not_logged_in_user}}'></i></div>
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue