1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 20:38:25 +00:00

Add admin edit user

This commit is contained in:
Unknown
2014-03-21 06:15:58 -04:00
parent e67653cf13
commit 30618b271a
12 changed files with 416 additions and 16 deletions

View File

@@ -20,6 +20,7 @@
<th>Admin</th>
<th>Repos</th>
<th>Join</th>
<th>Edit</th>
</tr>
</thead>
<tbody>
@@ -32,6 +33,7 @@
<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td>
<td>{{.NumRepos}}</td>
<td>{{DateFormat .Created "M d, Y"}}</td>
<td><a href="/admin/users/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td>
</tr>
{{end}}
</tbody>