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/repo/branch/list.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/repo/branch/list.tmpl')
-rw-r--r-- | templates/repo/branch/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index 51ddf6c1e1..4f184397d3 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -131,7 +131,7 @@ <div class="ui small basic delete modal"> <div class="ui icon header"> - <i class="trash icon"></i> + {{svg "octicon-trashcan"}} {{.i18n.Tr "repo.branch.delete_html"}} <span class="name"></span> </div> <div class="content"> |