1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Show correct "No" icon (#17537)

This commit is contained in:
delvh
2021-11-04 03:09:03 +01:00
committed by GitHub
parent a5bcf1994f
commit d6f4820967

View File

@@ -1,6 +1,6 @@
<div class="actions">
<div class="ui red basic inverted cancel button">
{{svg "octicon-trash"}}
{{svg "octicon-x"}}
{{.i18n.Tr "modal.no"}}
</div>
<div class="ui green basic inverted ok button">