ソースを参照

Removed Watches and issue count in Repo Page

Yoginth 7 年 前
コミット
3758fd33fd
1 ファイル変更0 行追加4 行削除
  1. 0 4
      templates/admin/repo/list.tmpl

+ 0 - 4
templates/admin/repo/list.tmpl

@@ -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>