aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-04-23 16:31:51 +0800
committerGitHub <noreply@github.com>2024-04-23 08:31:51 +0000
commitdd2aaadce3ecd3134a1ba0c82c5aaa05d6c11b2b (patch)
tree1c0d77ef83c9f2297809c10ed9f909969581b9db /templates/user
parent9b7af4340c36d3e1888788499d16f83feeb1601b (diff)
downloadgitea-dd2aaadce3ecd3134a1ba0c82c5aaa05d6c11b2b.tar.gz
gitea-dd2aaadce3ecd3134a1ba0c82c5aaa05d6c11b2b.zip
Fix flash message for flex-container (#30657)
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/dashboard/dashboard.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index 415423d436..5dc46dc0a5 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -1,9 +1,9 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
{{template "user/dashboard/navbar" .}}
- {{template "base/alert" .}}
<div class="ui container flex-container">
<div class="flex-container-main">
+ {{template "base/alert" .}}
{{template "user/heatmap" .}}
{{template "user/dashboard/feeds" .}}
</div>