improve public table listing

This commit is contained in:
2018-07-29 13:08:00 +02:00
parent e81ab50e8c
commit 550cf30654
11 changed files with 54 additions and 30 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<tr>
<td class="text-center pr-2">@icon(fa-vcard-o, User's handle:)</td>
<td><a href="{{ route('profile.view', $user->name) }}">{{ $user->handle }}</a></td>
<td>{{ $user->handle }}</td>
</tr>
<tr>