From 1b115296d3f2f396eebcb40d79aea814d282edaf Mon Sep 17 00:00:00 2001 From: JakobDev Date: Tue, 30 May 2023 17:26:51 +0200 Subject: Followup to pinned Issues (#24945) This addressees some things from #24406 that came up after the PR was merged. Mostly from @delvh. --------- Co-authored-by: silverwind Co-authored-by: delvh --- templates/repo/issue/list.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/issue/list.tmpl') diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index dab6652d21..05aa86fd79 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -6,7 +6,7 @@ {{if .PinnedIssues}}
{{range .PinnedIssues}} -
+
{{if eq $.Project.CardType 1}}
{{range (index $.issuesAttachmentMap .ID)}} @@ -21,7 +21,7 @@
{{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{if $.IsRepoAdmin}} - + {{svg "octicon-x" 16}} {{end}} -- cgit v1.2.3