diff options
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/issue/list.tmpl | 2 |
1 files changed, 1 insertions, 1 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}} - <a class="milestone" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{.Milestone.ID}}&assignee={{$.AssigneeID}}"> + <a class="milestone" href="{{$.RepoLink}}/milestone/{{.Milestone.ID}}"> {{svg "octicon-milestone" 16}} {{.Milestone.Name}} </a> {{end}} |