mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 20:38:25 +00:00
Batch fix
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{{range .Users}}
|
||||
<tr>
|
||||
<td>{{.Id}}</td>
|
||||
<td>{{.Name}}</td>
|
||||
<td><a href="/user/{{.Name}}">{{.Name}}</a></td>
|
||||
<td>{{.Email}}</td>
|
||||
<td><i class="fa fa{{if .IsActive}}-check{{end}}-square-o"></i></td>
|
||||
<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td>
|
||||
|
||||
Reference in New Issue
Block a user