summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2017-02-08 02:37:23 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-08 09:37:23 +0800
commit23a7527e040a2ea6612db040544cf204b7969d55 (patch)
treee8bd12c9766e0ee925e08654768ca0fdc770da4e
parent45a324b4379e5ab0415654dffb2301323f894d20 (diff)
downloadgitea-23a7527e040a2ea6612db040544cf204b7969d55.tar.gz
gitea-23a7527e040a2ea6612db040544cf204b7969d55.zip
Allow rendering alerts in dashboard (#856)
NOTE: useful when logging in via OpenID and connecting to user
-rw-r--r--templates/user/dashboard/dashboard.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index 28ac4dfecf..d2714273b9 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -2,6 +2,7 @@
<div class="dashboard feeds">
{{template "user/dashboard/navbar" .}}
<div class="ui container">
+ {{template "base/alert" .}}
<div class="ui grid">
<div class="ten wide column">
{{template "user/dashboard/feeds" .}}