|
@@ -35,6 +35,7 @@
|
|
<td><a href="{{AppSubURL}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
|
|
<td><a href="{{AppSubURL}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></td>
|
|
<td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td>
|
|
<td><i class="fa fa{{if .IsPrivate}}-check{{end}}-square-o"></i></td>
|
|
<td>{{.NumWatches}}</td>
|
|
<td>{{.NumWatches}}</td>
|
|
|
|
+ <td>{{.NumStars}}</td>
|
|
<td>{{.NumIssues}}</td>
|
|
<td>{{.NumIssues}}</td>
|
|
<td>{{.Size | FileSize}}</td>
|
|
<td>{{.Size | FileSize}}</td>
|
|
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
|
|
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
|