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