File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,8 @@ func Issues(ctx *context.Context) {
253
253
254
254
opts .Page = page
255
255
opts .PageSize = setting .UI .IssuePagingNum
256
+ opts .Labels = ctx .Query ("labels" )
257
+
256
258
issues , err := models .Issues (opts )
257
259
if err != nil {
258
260
ctx .ServerError ("Issues" , err )
Original file line number Diff line number Diff line change 71
71
especially on mobile views. */}}
72
72
<span style="line-height: 2.5">
73
73
{{range .}}
74
- <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>
74
+ <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>
75
75
{{end}}
76
76
</span>
77
77
{{end}}
You can’t perform that action at this time.
0 commit comments