From 15300699c4529dd25051d4fd2225c46aeff095fe Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 2 Aug 2020 09:18:09 +0100 Subject: [PATCH] Fix milestone links (#12405) The milestone pages links should direct to the milestone pages Fix #10215 Signed-off-by: Andrew Thornton --- templates/repo/issue/list.tmpl | 2 +- templates/user/dashboard/issues.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index ffc952c8b3..99b298be4d 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -242,7 +242,7 @@ {{end}} {{if .Milestone}} - + {{svg "octicon-milestone" 16}} {{.Milestone.Name}} {{end}} diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 6acb9c0607..8876553ab5 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -142,7 +142,7 @@ {{$.i18n.Tr .GetLastEventLabelFake $timeStr (.Poster.GetDisplayName|Escape) | Safe}} {{end}} {{if .Milestone}} - + {{svg "octicon-milestone" 16}} {{.Milestone.Name}} {{end}}