diff options
author | Rodrigo Villablanca Vásquez <villa061004@gmail.com> | 2018-10-29 16:56:21 -0300 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-29 15:56:21 -0400 |
commit | d220a3d7724aed24d3b461dd3971261b9cb5fcd8 (patch) | |
tree | d834f9364ca05ddf15d88a1ee86404fbef2d77c2 /templates | |
parent | 7022957b153707e81f5d9f864189bb11410f4230 (diff) | |
download | gitea-d220a3d7724aed24d3b461dd3971261b9cb5fcd8.tar.gz gitea-d220a3d7724aed24d3b461dd3971261b9cb5fcd8.zip |
fix to 3819 - Backport (#5219)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
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}} |