Skip to content

Commit 96cbba7

Browse files
yp05327GiteaBot
authored andcommitted
1 parent 00cd5ba commit 96cbba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/admin/repo/list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
<tr>
4848
<td>{{.ID}}</td>
4949
<td>
50-
<a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
50+
<a class="gt-word-break" href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
5151
{{if .Owner.Visibility.IsPrivate}}
5252
<span class="text gold">{{svg "octicon-lock"}}</span>
5353
{{end}}
5454
</td>
5555
<td>
56-
<a href="{{.Link}}">{{.Name}}</a>
56+
<a class="gt-word-break" href="{{.Link}}">{{.Name}}</a>
5757
{{if .IsArchived}}
5858
<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
5959
{{end}}

0 commit comments

Comments
 (0)