Browse Source

Removed Activated Icon from user list

Yoginth 7 years ago
parent
commit
15c33be3df
1 changed files with 0 additions and 2 deletions
  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>