diff options
author | Unknwon <u@gogs.io> | 2015-08-06 22:48:11 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-06 22:48:11 +0800 |
commit | 39a3b768bc8b0288cb4aa91d27485f46cfbfeb29 (patch) | |
tree | bef625e010018151863344d9da3ff22d2dfbc8f9 /templates/base | |
parent | 9f12ab0e8847682a686fdb843922a761bbb5c225 (diff) | |
download | gitea-39a3b768bc8b0288cb4aa91d27485f46cfbfeb29.tar.gz gitea-39a3b768bc8b0288cb4aa91d27485f46cfbfeb29.zip |
#334: Add Deployment Key Support
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/alert.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl index c845e36dc5..e71be803c5 100644 --- a/templates/base/alert.tmpl +++ b/templates/base/alert.tmpl @@ -7,4 +7,9 @@ <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 |