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 ca7bac4 commit d8c9044Copy full SHA for d8c9044
templates/admin/org/list.tmpl
@@ -52,7 +52,7 @@
52
<tr>
53
<td>{{.ID}}</td>
54
<td>
55
- <a href="{{.HomeLink}}">{{if and DefaultShowFullName .FullName}}{{.FullName}}({{.Name}}){{else}}{{.Name}}{{end}}</a>
+ <a href="{{.HomeLink}}">{{if and DefaultShowFullName .FullName}}{{.FullName}} ({{.Name}}){{else}}{{.Name}}{{end}}</a>
56
{{if .Visibility.IsPrivate}}
57
<span class="text gold">{{svg "octicon-lock"}}</span>
58
{{end}}
0 commit comments