mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
add tooltip for user icon when not logged in
This commit is contained in:
parent
adc9a58f4a
commit
1f9d2e1dea
2 changed files with 2 additions and 1 deletions
|
@ -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'></i></div>
|
||||
<div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user' title='{{i18n no_current_user}}'></i></div>
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -584,6 +584,7 @@ en:
|
|||
|
||||
site_map: "go to another topic list or category"
|
||||
go_back: 'go back'
|
||||
no_current_user: 'user page with summary of current activity and preferences'
|
||||
current_user: 'go to your user page'
|
||||
|
||||
favorite:
|
||||
|
|
Loading…
Reference in a new issue