Update header.js.handlebars

This commit is contained in:
Shiv Kumar 2014-01-08 22:17:52 -08:00
parent 6051b1a19c
commit 77dd47472c
1 changed files with 1 additions and 1 deletions

View File

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