Fix the user type label.

This commit is contained in:
takezoe
2013-06-04 17:14:44 +09:00
parent af26afec25
commit b6b40f1ce2

View File

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