summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-06 11:25:08 -0400
committerUnknwon <u@gogs.io>2015-09-06 11:25:08 -0400
commit00767a0522606cd504d81d35fa1d9e9c1e34610c (patch)
treeb3c02f128bd529e7f9b09ae8ffda2d9f51540094 /templates/base
parent4dbc32285925db0609dd6c2fc97808a63d8af08c (diff)
downloadgitea-00767a0522606cd504d81d35fa1d9e9c1e34610c.tar.gz
gitea-00767a0522606cd504d81d35fa1d9e9c1e34610c.zip
finish new org settings page
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/delete_modal_actions.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/base/delete_modal_actions.tmpl b/templates/base/delete_modal_actions.tmpl
new file mode 100644
index 0000000000..6e9e256cb9
--- /dev/null
+++ b/templates/base/delete_modal_actions.tmpl
@@ -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> \ No newline at end of file