Extended the user admin.

This commit is contained in:
James Cole
2016-10-15 07:11:53 +02:00
parent 6e4f2c0c8a
commit ac968dd6cd
9 changed files with 763 additions and 480 deletions

View File

@@ -35,7 +35,8 @@
</div>
</td>
<td>#{{ user.id }}</td>
<td>{{ user.email }}</td>
<td>
<a href="{{ route('admin.users.show',user.id) }}">{{ user.email }}</a></td>
<td>
{{ user.created_at.formatLocalized(monthAndDayFormat) }}
{{ user.created_at.format('H:i') }}