瀏覽代碼

Removed Activated Icon from user list

Yoginth 7 年之前
父節點
當前提交
15c33be3df
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      templates/admin/user/list.tmpl

+ 0 - 2
templates/admin/user/list.tmpl

@@ -21,7 +21,6 @@
 								<th>ID</th>
 								<th>Name</th>
 								<th>Email</th>
-								<th>Activated</th>
 								<th>Repos</th>
 								<th>Created</th>
 								<th>Edit</th>
@@ -43,7 +42,6 @@
 										{{if .IsStaff}}<i class="admin-badge isstaff octicon octicon-tools"></i>{{end}}
 									</td>
 									<td><span class="text truncate email">{{.Email}}</span></td>
-									<td class="admin indication">{{if .IsActive}}✔️{{else}}❌{{end}}</td>
 									<td>{{.NumRepos}}</td>
 									<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created }}</span></td>
 									<td><a href="{{$.Link}}/{{.ID}}">🖊</a></td>