diff options
Diffstat (limited to 'templates/ng/base/alert.tmpl')
-rw-r--r-- | templates/ng/base/alert.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/ng/base/alert.tmpl b/templates/ng/base/alert.tmpl deleted file mode 100644 index 4c2976a914..0000000000 --- a/templates/ng/base/alert.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -{{if .Flash.ErrorMsg}}<span class="alert alert-red alert-radius block text-bold"><i class="octicon octicon-alert"></i>{{.Flash.ErrorMsg|Str2html}}</span>{{end}} -{{if .Flash.SuccessMsg}}<div class="alert alert-green alert-radius block"><i class="octicon octicon-check"></i>{{.Flash.SuccessMsg|Str2html}}</div>{{end}} -{{if .Flash.InfoMsg}}<div class="alert alert-blue alert-radius block"><i class="octicon octicon-info"></i>{{.Flash.InfoMsg|Str2html}}</div>{{end}}
\ No newline at end of file |