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 @@ -255,6 +255,8 @@ func Issues(ctx *context.Context) {
255255
256256 opts .Page = page
257257 opts .PageSize = setting .UI .IssuePagingNum
258+ opts .Labels = ctx .Query ("labels" )
259+
258260 issues , err := models .Issues (opts )
259261 if err != nil {
260262 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