aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-03-21 23:07:35 +0800
committerGitHub <noreply@github.com>2024-03-21 15:07:35 +0000
commitcdb4d1a8db096d60dba04728924dab85def45b19 (patch)
tree58377e0202cd4186faad7bc7add82e1b11662b90 /templates/repo
parent82979588f4d8699097451ebb70c56a4bdd090c52 (diff)
downloadgitea-cdb4d1a8db096d60dba04728924dab85def45b19.tar.gz
gitea-cdb4d1a8db096d60dba04728924dab85def45b19.zip
Refactor StringsToInt64s (#29967)
And close #27176
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/issue/list.tmpl1
-rw-r--r--templates/repo/issue/milestone_issues.tmpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 62c1d00f00..45bddefa42 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -2,6 +2,7 @@
<div role="main" aria-label="{{.Title}}" class="page-content repository issue-list">
{{template "repo/header" .}}
<div class="ui container">
+ {{template "base/alert" .}}
{{if .PinnedIssues}}
<div id="issue-pins" {{if .IsRepoAdmin}}data-is-repo-admin{{end}}>
diff --git a/templates/repo/issue/milestone_issues.tmpl b/templates/repo/issue/milestone_issues.tmpl
index 35a8a77680..507c3ce37a 100644
--- a/templates/repo/issue/milestone_issues.tmpl
+++ b/templates/repo/issue/milestone_issues.tmpl
@@ -2,6 +2,7 @@
<div role="main" aria-label="{{.Title}}" class="page-content repository milestone-issue-list">
{{template "repo/header" .}}
<div class="ui container">
+ {{template "base/alert" .}}
<div class="gt-df">
<h1 class="gt-mb-3">{{.Milestone.Name}}</h1>
{{if not .Repository.IsArchived}}