mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add tooltip for user icon when not logged in
This commit is contained in:
parent
adc9a58f4a
commit
1f9d2e1dea
@ -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 no_current_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'
|
||||||
|
no_current_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…
Reference in New Issue
Block a user