forked from kevadesu/forgejo
Add 'Mentioning you' group to /issues page (#8201)
This commit is contained in:
parent
04ca7f0047
commit
28362195a0
3 changed files with 29 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
{{.i18n.Tr "repo.issues.filter_type.created_by_you"}}
|
||||
<strong class="ui right">{{.IssueStats.CreateCount}}</strong>
|
||||
</a>
|
||||
<a class="{{if eq .ViewType "mentioned"}}ui basic blue button{{end}} item" href="{{.Link}}?type=mentioned&repo={{.RepoID}}&sort={{$.SortType}}&state={{.State}}">
|
||||
{{.i18n.Tr "repo.issues.filter_type.mentioning_you"}}
|
||||
<strong class="ui right">{{.IssueStats.MentionCount}}</strong>
|
||||
</a>
|
||||
{{end}}
|
||||
<div class="ui divider"></div>
|
||||
{{range .Repos}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue