mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
1a03fa7a4f
* Update JS dependencies - Update all JS dependencies - For octicons, rename trashcan to trash - For svgo, migrate to v2 api, output seems to have slightly changed but icons look the same - For stylelint, update config, fix custom property duplicates - For monaco, drop legacy Edge support - For eslint, enable new rules, fix new issues - For less-loader, remove deprecated import syntax * update svgo usage in generate-images and rebuild logo.svg with it
11 lines
250 B
Handlebars
11 lines
250 B
Handlebars
<div class="actions">
|
|
<div class="ui red basic inverted cancel button">
|
|
{{svg "octicon-trash"}}
|
|
{{.i18n.Tr "modal.no"}}
|
|
</div>
|
|
<div class="ui green basic inverted ok button">
|
|
{{svg "octicon-check"}}
|
|
{{.i18n.Tr "modal.yes"}}
|
|
</div>
|
|
</div>
|