New user related code.

This commit is contained in:
James Cole
2016-08-04 06:07:53 +02:00
parent 1186e95c51
commit 38800d61b0
6 changed files with 194 additions and 105 deletions

View File

@@ -29,7 +29,11 @@
<tbody>
{% for user in users %}
<tr>
<td>~</td>
<td>
<div class="btn-group btn-group-xs">
<a class="btn btn-default" href="{{ route('admin.users.edit',user.id) }}"><i class="fa fa-pencil"></i></a>
</div>
</td>
<td>#{{ user.id }}</td>
<td>{{ user.email }}</td>
<td>