|
|
@ -22,7 +22,6 @@ |
|
|
|
{{.i18n.Tr "admin.repos.name"}} |
|
|
|
{{.i18n.Tr "admin.repos.name"}} |
|
|
|
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}} |
|
|
|
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}} |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<th>{{.i18n.Tr "admin.repos.private"}}</th> |
|
|
|
|
|
|
|
<th>{{.i18n.Tr "admin.repos.watches"}}</th> |
|
|
|
<th>{{.i18n.Tr "admin.repos.watches"}}</th> |
|
|
|
<th data-sortt-asc="moststars" data-sortt-desc="feweststars"> |
|
|
|
<th data-sortt-asc="moststars" data-sortt-desc="feweststars"> |
|
|
|
{{.i18n.Tr "admin.repos.stars"}} |
|
|
|
{{.i18n.Tr "admin.repos.stars"}} |
|
|
@ -51,8 +50,12 @@ |
|
|
|
<span class="text gold">{{svg "octicon-lock"}}</span> |
|
|
|
<span class="text gold">{{svg "octicon-lock"}}</span> |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td> |
|
|
|
<td> |
|
|
|
<td>{{if .IsPrivate}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td> |
|
|
|
<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a> |
|
|
|
|
|
|
|
{{if .IsPrivate}} |
|
|
|
|
|
|
|
<span class="text gold">{{svg "octicon-lock"}}</span> |
|
|
|
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
</td> |
|
|
|
<td>{{.NumWatches}}</td> |
|
|
|
<td>{{.NumWatches}}</td> |
|
|
|
<td>{{.NumStars}}</td> |
|
|
|
<td>{{.NumStars}}</td> |
|
|
|
<td>{{.NumForks}}</td> |
|
|
|
<td>{{.NumForks}}</td> |
|
|
|