1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00
gitea/templates/base/delete_modal_actions.tmpl
silverwind 83106c166d
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
2020-10-21 22:07:33 +01:00

11 lines
253 B
Cheetah

<div class="actions">
<div class="ui red basic inverted cancel button">
{{svg "octicon-trashcan"}}
{{.i18n.Tr "modal.no"}}
</div>
<div class="ui green basic inverted ok button">
{{svg "octicon-check"}}
{{.i18n.Tr "modal.yes"}}
</div>
</div>