mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-10 01:22:23 +01:00
Fix the user type label.
This commit is contained in:
@@ -18,7 +18,14 @@
|
||||
<tr>
|
||||
<td><a href="@path/admin/users/@account.userName/_edit">@account.userName</a></td>
|
||||
<td>@account.mailAddress</td>
|
||||
<td>@account.userType</td>
|
||||
<td>
|
||||
@if(account.userType == service.AccountService.Normal){
|
||||
Normal
|
||||
}
|
||||
@if(account.userType == service.AccountService.Administrator){
|
||||
Administrator
|
||||
}
|
||||
</td>
|
||||
<td>@account.url</td>
|
||||
<td>@account.registeredDate</td>
|
||||
<td>@account.updatedDate</td>
|
||||
|
||||
Reference in New Issue
Block a user