mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
Merge pull request #1804 from shivpkumar/master
Add a tooltip for the user icon when a user is not logged in
This commit is contained in:
commit
e750ea010f
@ -90,7 +90,7 @@
|
|||||||
{{#if currentUser}}
|
{{#if currentUser}}
|
||||||
{{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}}
|
{{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}}
|
||||||
{{else}}
|
{{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 not_logged_in_user}}'></i></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -584,6 +584,7 @@ en:
|
|||||||
|
|
||||||
site_map: "go to another topic list or category"
|
site_map: "go to another topic list or category"
|
||||||
go_back: 'go back'
|
go_back: 'go back'
|
||||||
|
not_logged_in_user: 'user page with summary of current activity and preferences'
|
||||||
current_user: 'go to your user page'
|
current_user: 'go to your user page'
|
||||||
|
|
||||||
favorite:
|
favorite:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user