mirror of
https://github.com/gogs/gogs.git
synced 2026-03-04 11:11:03 +01:00
templates/user/settings: fix delete email button (#4998)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{{if not .IsPrimary}}
|
||||
<div class="ui right">
|
||||
<button class="ui red tiny basic button delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}">
|
||||
{{$.i18n.Tr "settings.delete_key"}}
|
||||
{{$.i18n.Tr "settings.delete_email"}}
|
||||
</button>
|
||||
</div>
|
||||
{{if .IsActivated}}
|
||||
|
||||
Reference in New Issue
Block a user