|
|
@@ -19,9 +19,7 @@
|
|
|
<th>Owner</th>
|
|
|
<th>Name</th>
|
|
|
<th>Private</th>
|
|
|
- <th>Watches</th>
|
|
|
<th>Stars</th>
|
|
|
- <th>Issues</th>
|
|
|
<th>Size</th>
|
|
|
<th>Created</th>
|
|
|
<th>Op.</th>
|
|
|
@@ -42,9 +40,7 @@
|
|
|
</a>
|
|
|
</td>
|
|
|
<td class="admin indication">{{if .IsPrivate}}✔️{{else}}❌{{end}}</td>
|
|
|
- <td>{{.NumWatches}}</td>
|
|
|
<td>{{.NumStars}}</td>
|
|
|
- <td>{{.NumIssues}}</td>
|
|
|
<td>{{.Size | FileSize}}</td>
|
|
|
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
|
|
|
<td><a class="delete-button" href="" data-url="{{$.Link}}/delete?page={{$.Page.Current}}" data-id="{{.ID}}">🗑</a></td>
|