summaryrefslogtreecommitdiffstats
path: root/templates/base/delete_modal_actions.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/delete_modal_actions.tmpl')
-rw-r--r--templates/base/delete_modal_actions.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/base/delete_modal_actions.tmpl b/templates/base/delete_modal_actions.tmpl
index 6e9e256cb9..a889c67e5a 100644
--- a/templates/base/delete_modal_actions.tmpl
+++ b/templates/base/delete_modal_actions.tmpl
@@ -1,10 +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
+ <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>