summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/issues.tmpl
diff options
context:
space:
mode:
authorRodrigo Villablanca Vásquez <villa061004@gmail.com>2018-10-28 03:55:01 -0300
committerJonas Franz <info@jonasfranz.software>2018-10-28 07:55:01 +0100
commit48badd59e9401df50f36dbd19a4a8167265d618d (patch)
treedb95ca1814fa2fa175f76d864b32750c836f9ba5 /templates/user/dashboard/issues.tmpl
parent8a9e44d181263b04a42e4e0d7d879ef5e001022c (diff)
downloadgitea-48badd59e9401df50f36dbd19a4a8167265d618d.tar.gz
gitea-48badd59e9401df50f36dbd19a4a8167265d618d.zip
Fix to 3819 - Filtering issues by tags on main screen issues (#3824)
* Fix to 3819 * Changes suggested * Empty line removed * Fix error: non-name opts.Labels on left side of :=
Diffstat (limited to 'templates/user/dashboard/issues.tmpl')
-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}}