diff options
author | silverwind <me@silverwind.io> | 2020-10-21 23:07:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 22:07:33 +0100 |
commit | 83106c166d8708f6ce5fd5c65ce4a4ad6943c48d (patch) | |
tree | d083d90e21f9c18495e02c62f0e3eeeb0dd97f91 /templates/user/settings/applications.tmpl | |
parent | a06ea38207982fa5b51fc98f4107ac9bbaf97d1d (diff) | |
download | gitea-83106c166d8708f6ce5fd5c65ce4a4ad6943c48d.tar.gz gitea-83106c166d8708f6ce5fd5c65ce4a4ad6943c48d.zip |
Replace footer and modal icons with SVG (#13245)
- Replace two font icons with SVG in the footer
- Replace icons in delete modals with SVG
- Horizontally center message text in modals
Diffstat (limited to 'templates/user/settings/applications.tmpl')
-rw-r--r-- | templates/user/settings/applications.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl index b2751ae13b..56f78d8e62 100644 --- a/templates/user/settings/applications.tmpl +++ b/templates/user/settings/applications.tmpl @@ -55,7 +55,7 @@ <div class="ui small basic delete modal" id="delete-token"> <div class="ui icon header"> - <i class="trash icon"></i> + {{svg "octicon-trashcan"}} {{.i18n.Tr "settings.access_token_deletion"}} </div> <div class="content"> |