app/views/backend/user/index.volt: Show badge. for status.
This commit is contained in:
parent
c07423f600
commit
1b57749a91
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<td>{{ item.name }}</td>
|
||||
<td>{{ item.email }}</td>
|
||||
<td>{{ item.type | capitalize }}</td>
|
||||
<td>{{ item.status }}</td>
|
||||
<td><span class="badge {{ item.isActive() ? 'badge-success' : 'badge-danger' }}">{{ item.status }}</span></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
|
|||
Reference in a new issue