diff options
author | Unknwon <u@gogs.io> | 2015-09-06 11:25:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-06 11:25:08 -0400 |
commit | 00767a0522606cd504d81d35fa1d9e9c1e34610c (patch) | |
tree | b3c02f128bd529e7f9b09ae8ffda2d9f51540094 /templates/base | |
parent | 4dbc32285925db0609dd6c2fc97808a63d8af08c (diff) | |
download | gitea-00767a0522606cd504d81d35fa1d9e9c1e34610c.tar.gz gitea-00767a0522606cd504d81d35fa1d9e9c1e34610c.zip |
finish new org settings page
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/delete_modal_actions.tmpl | 10 |
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 |