mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 01:44:24 +01:00
Add tooltip
This commit is contained in:
parent
4bbcbd37e1
commit
b906008ff1
|
@ -601,6 +601,7 @@ user_bio = Biography
|
|||
disabled_public_activity = This user has disabled the public visibility of the activity.
|
||||
email_visibility.limited = Your email address is visible to all authenticated users
|
||||
email_visibility.private = Your email address is only visible to you and administrators
|
||||
redirect_to_osm = View on OpenStreetMap
|
||||
|
||||
form.name_reserved = The username "%s" is reserved.
|
||||
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
{{.ContextUser.Location}}
|
||||
{{if .EnableOSMButton}}
|
||||
<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location}}" rel="nofollow noreferrer">
|
||||
<i class="ui right">
|
||||
<i class="ui right" data-tooltip-content="{{.locale.Tr "user.redirect_to_osm"}}">
|
||||
{{svg "octicon-link-external" 18 "gt-mr-2"}}
|
||||
</i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue