mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
83106c166d
- Replace two font icons with SVG in the footer - Replace icons in delete modals with SVG - Horizontally center message text in modals
10 lines
253 B
Handlebars
10 lines
253 B
Handlebars
<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>
|