File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 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) {
253253
254254 opts .Page = page
255255 opts .PageSize = setting .UI .IssuePagingNum
256+ opts .Labels = ctx .Query ("labels" )
257+
256258 issues , err := models .Issues (opts )
257259 if err != nil {
258260 ctx .ServerError ("Issues" , err )
Original file line number Diff line number Diff line change 7171 especially on mobile views. */}}
7272 <span style="line-height: 2.5">
7373 {{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>
7575 {{end}}
7676 </span>
7777 {{end}}
You can’t perform that action at this time.
0 commit comments