Remove `In your repositories` link in milestones dashboard (#24853)

It is unnecessary to it.
This commit is contained in:
yp05327 2023-05-22 20:42:57 +09:00 committed by GitHub
parent a3a8594f75
commit 922c83eea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
<div class="ui stackable grid">
<div class="four wide column">
<div class="ui secondary vertical filter menu gt-bg-transparent">
<a class="item" href="{{.Link}}?type=your_repositories&sort={{$.SortType}}&state={{.State}}&q={{$.Keyword}}">
<div class="item">
{{.locale.Tr "home.issues.in_your_repos"}}
<strong class="ui right">{{.Total}}</strong>
</a>
</div>
<div class="ui divider"></div>
{{range .Repos}}
{{with $Repo := .}}