We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cd5ba commit 96cbba7Copy full SHA for 96cbba7
templates/admin/repo/list.tmpl
@@ -47,13 +47,13 @@
47
<tr>
48
<td>{{.ID}}</td>
49
<td>
50
- <a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
+ <a class="gt-word-break" href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
51
{{if .Owner.Visibility.IsPrivate}}
52
<span class="text gold">{{svg "octicon-lock"}}</span>
53
{{end}}
54
</td>
55
56
- <a href="{{.Link}}">{{.Name}}</a>
+ <a class="gt-word-break" href="{{.Link}}">{{.Name}}</a>
57
{{if .IsArchived}}
58
<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
59
0 commit comments