mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 15:22:42 +00:00
Backport #28034 by @yp05327 Before:  After:  Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
00cd5ba6f4
commit
d72e20627d
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@
|
|||
<tr>
|
||||
<td>{{.ID}}</td>
|
||||
<td>
|
||||
<a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
|
||||
<a class="gt-word-break" href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
|
||||
{{if .Owner.Visibility.IsPrivate}}
|
||||
<span class="text gold">{{svg "octicon-lock"}}</span>
|
||||
{{end}}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{.Link}}">{{.Name}}</a>
|
||||
<a class="gt-word-break" href="{{.Link}}">{{.Name}}</a>
|
||||
{{if .IsArchived}}
|
||||
<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue