summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRodrigo Villablanca Vásquez <villa061004@gmail.com>2018-10-29 16:56:21 -0300
committertechknowlogick <hello@techknowlogick.com>2018-10-29 15:56:21 -0400
commitd220a3d7724aed24d3b461dd3971261b9cb5fcd8 (patch)
treed834f9364ca05ddf15d88a1ee86404fbef2d77c2 /templates
parent7022957b153707e81f5d9f864189bb11410f4230 (diff)
downloadgitea-d220a3d7724aed24d3b461dd3971261b9cb5fcd8.tar.gz
gitea-d220a3d7724aed24d3b461dd3971261b9cb5fcd8.zip
fix to 3819 - Backport (#5219)
Diffstat (limited to 'templates')
-rw-r--r--templates/user/dashboard/issues.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index d0b6511b87..fe27a4439c 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -71,7 +71,7 @@
especially on mobile views. */}}
<span style="line-height: 2.5">
{{range .}}
- <a class="ui label" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name}}</a>
+ <a class="ui label" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}&repo={{$.RepoID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}" title="{{.Description}}">{{.Name}}</a>
{{end}}
</span>
{{end}}