summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/delete_modal_actions.tmpl2
-rw-r--r--templates/base/head_navbar.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/delete_modal_actions.tmpl b/templates/base/delete_modal_actions.tmpl
index 7a0760b125..ba9a94d0b6 100644
--- a/templates/base/delete_modal_actions.tmpl
+++ b/templates/base/delete_modal_actions.tmpl
@@ -1,6 +1,6 @@
<div class="actions">
<div class="ui red basic inverted cancel button">
- {{svg "octicon-trashcan"}}
+ {{svg "octicon-trash"}}
{{.i18n.Tr "modal.no"}}
</div>
<div class="ui green basic inverted ok button">
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index def83d9726..ec5c17b6b4 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -100,7 +100,7 @@
class="ui button mini compact basic icon fitted poping up"
data-content="{{.i18n.Tr "repo.issues.cancel_tracking"}}"
data-position="top right" data-variation="small inverted"
- >{{svg "octicon-trashcan"}}</button>
+ >{{svg "octicon-trash"}}</button>
</form>
</div>
</div>