summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-10 06:15:27 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-10 06:15:27 -0400
commit41dbb4c148cef33984a268e2e891b09fa10b3d94 (patch)
tree4eb5161ee98d226a1cbc66348d1c1b824630776d /templates
parent85c9f7c5f354838fc8a78977a80f9899b5158897 (diff)
downloadgitea-41dbb4c148cef33984a268e2e891b09fa10b3d94.tar.gz
gitea-41dbb4c148cef33984a268e2e891b09fa10b3d94.zip
Hide org member in collar page
Diffstat (limited to 'templates')
-rw-r--r--templates/ng/base/alert.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/ng/base/alert.tmpl b/templates/ng/base/alert.tmpl
index df14d3c3bf..329ae9108d 100644
--- a/templates/ng/base/alert.tmpl
+++ b/templates/ng/base/alert.tmpl
@@ -1,2 +1,3 @@
{{if .Flash.ErrorMsg}}<span class="alert alert-red alert-radius block text-bold"><i class="octicon octicon-alert"></i>{{.Flash.ErrorMsg}}</span>{{end}}
-{{if .Flash.SuccessMsg}}<div class="alert alert-green alert-radius block"><i class="octicon octicon-check"></i>{{.Flash.SuccessMsg}}</div>{{end}} \ No newline at end of file
+{{if .Flash.SuccessMsg}}<div class="alert alert-green alert-radius block"><i class="octicon octicon-check"></i>{{.Flash.SuccessMsg}}</div>{{end}}
+{{if .Flash.InfoMsg}}<div class="alert alert-blue alert-radius block"><i class="octicon octicon-info"></i>{{.Flash.InfoMsg}}</div>{{end}} \ No newline at end of file