aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/alert.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/alert.tmpl')
-rw-r--r--templates/base/alert.tmpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl
index e71be803c5..60b7b588d7 100644
--- a/templates/base/alert.tmpl
+++ b/templates/base/alert.tmpl
@@ -1,15 +1,15 @@
{{if .Flash.ErrorMsg}}
-<div class="ui negative message">
- <p>{{.Flash.ErrorMsg}}</p>
-</div>
+ <div class="ui negative message">
+ <p>{{.Flash.ErrorMsg}}</p>
+ </div>
{{end}}
{{if .Flash.SuccessMsg}}
-<div class="ui positive message">
- <p>{{.Flash.SuccessMsg}}</p>
-</div>
+ <div class="ui positive message">
+ <p>{{.Flash.SuccessMsg}}</p>
+ </div>
{{end}}
{{if .Flash.InfoMsg}}
-<div class="ui info message">
- <p>{{.Flash.InfoMsg}}</p>
-</div>
-{{end}} \ No newline at end of file
+ <div class="ui info message">
+ <p>{{.Flash.InfoMsg}}</p>
+ </div>
+{{end}}