mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	| @@ -446,13 +446,13 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt | |||||||
| 	linkStr := "%s?q=%s&type=%s&sort=%s&state=%s&labels=%s&milestone=%d&project=%d&assignee=%d&poster=%d&archived=%t" | 	linkStr := "%s?q=%s&type=%s&sort=%s&state=%s&labels=%s&milestone=%d&project=%d&assignee=%d&poster=%d&archived=%t" | ||||||
| 	ctx.Data["AllStatesLink"] = fmt.Sprintf(linkStr, ctx.Link, | 	ctx.Data["AllStatesLink"] = fmt.Sprintf(linkStr, ctx.Link, | ||||||
| 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "all", url.QueryEscape(selectLabels), | 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "all", url.QueryEscape(selectLabels), | ||||||
| 		mentionedID, projectID, assigneeID, posterID, archived) | 		milestoneID, projectID, assigneeID, posterID, archived) | ||||||
| 	ctx.Data["OpenLink"] = fmt.Sprintf(linkStr, ctx.Link, | 	ctx.Data["OpenLink"] = fmt.Sprintf(linkStr, ctx.Link, | ||||||
| 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "open", url.QueryEscape(selectLabels), | 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "open", url.QueryEscape(selectLabels), | ||||||
| 		mentionedID, projectID, assigneeID, posterID, archived) | 		milestoneID, projectID, assigneeID, posterID, archived) | ||||||
| 	ctx.Data["ClosedLink"] = fmt.Sprintf(linkStr, ctx.Link, | 	ctx.Data["ClosedLink"] = fmt.Sprintf(linkStr, ctx.Link, | ||||||
| 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "closed", url.QueryEscape(selectLabels), | 		url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "closed", url.QueryEscape(selectLabels), | ||||||
| 		mentionedID, projectID, assigneeID, posterID, archived) | 		milestoneID, projectID, assigneeID, posterID, archived) | ||||||
| 	ctx.Data["SelLabelIDs"] = labelIDs | 	ctx.Data["SelLabelIDs"] = labelIDs | ||||||
| 	ctx.Data["SelectLabels"] = selectLabels | 	ctx.Data["SelectLabels"] = selectLabels | ||||||
| 	ctx.Data["ViewType"] = viewType | 	ctx.Data["ViewType"] = viewType | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user