mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
finish new org settings page
This commit is contained in:
10
templates/base/delete_modal_actions.tmpl
Normal file
10
templates/base/delete_modal_actions.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="actions">
|
||||
<div class="ui red basic inverted cancel button">
|
||||
<i class="remove icon"></i>
|
||||
{{.i18n.Tr "modal.no"}}
|
||||
</div>
|
||||
<div class="ui green basic inverted ok button">
|
||||
<i class="checkmark icon"></i>
|
||||
{{.i18n.Tr "modal.yes"}}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user