diff options
author | silverwind <me@silverwind.io> | 2020-10-21 23:07:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 23:07:33 +0200 |
commit | 83106c166d8708f6ce5fd5c65ce4a4ad6943c48d (patch) | |
tree | d083d90e21f9c18495e02c62f0e3eeeb0dd97f91 /templates/repo/wiki | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-83106c166d8708f6ce5fd5c65ce4a4ad6943c48d.tar.xz forgejo-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/wiki')
-rw-r--r-- | templates/repo/wiki/view.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/wiki/view.tmpl b/templates/repo/wiki/view.tmpl index 3d29cdcc56..7252093fb6 100644 --- a/templates/repo/wiki/view.tmpl +++ b/templates/repo/wiki/view.tmpl @@ -101,7 +101,7 @@ <div class="ui small basic delete modal"> <div class="ui icon header"> - <i class="trash icon"></i> + {{svg "octicon-trashcan"}} {{.i18n.Tr "repo.wiki.delete_page_button"}} </div> <div class="content"> |