diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-03-21 23:07:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 15:07:35 +0000 |
commit | cdb4d1a8db096d60dba04728924dab85def45b19 (patch) | |
tree | 58377e0202cd4186faad7bc7add82e1b11662b90 /templates/user | |
parent | 82979588f4d8699097451ebb70c56a4bdd090c52 (diff) | |
download | gitea-cdb4d1a8db096d60dba04728924dab85def45b19.tar.gz gitea-cdb4d1a8db096d60dba04728924dab85def45b19.zip |
Refactor StringsToInt64s (#29967)
And close #27176
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 88afcf58ec..5080821dd1 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -2,6 +2,7 @@ <div role="main" aria-label="{{.Title}}" class="page-content dashboard issues"> {{template "user/dashboard/navbar" .}} <div class="ui container"> + {{template "base/alert" .}} <div class="flex-container"> <div class="flex-container-nav"> <div class="ui secondary vertical filter menu tw-bg-transparent"> |