File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ func Issues(ctx *context.Context) {
333
333
334
334
issueStats , err := models .GetUserIssueStats (models.UserIssueStatsOptions {
335
335
UserID : ctxUser .ID ,
336
- RepoIDs : repoIDs ,
337
336
UserRepoIDs : userRepoIDs ,
338
337
FilterMode : filterMode ,
339
338
IsPull : isPullList ,
Original file line number Diff line number Diff line change 18
18
{{.i18n.Tr "repo.issues.filter_type.created_by_you"}}
19
19
<strong class="ui right">{{.IssueStats.CreateCount}}</strong>
20
20
</a>
21
- <a class="{{if eq .ViewType "mentioned"}}ui basic blue button{{end}} item" href="{{.Link}}?type=mentioned&repo={{.RepoID}} &sort={{$.SortType}}&state={{.State}}">
21
+ <a class="{{if eq .ViewType "mentioned"}}ui basic blue button{{end}} item" href="{{.Link}}?type=mentioned&repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}] &sort={{$.SortType}}&state={{.State}}">
22
22
{{.i18n.Tr "repo.issues.filter_type.mentioning_you"}}
23
23
<strong class="ui right">{{.IssueStats.MentionCount}}</strong>
24
24
</a>
You can’t perform that action at this time.
0 commit comments