Take username on user and not on profile

pull/122/head
Whaxion 7 years ago
parent 9f0120443e
commit 20a29acacf

@ -22,7 +22,7 @@
<tr>
<th scope="row">
<a href="{{$user->url()}}">
{{$user->profile->username}}
{{$user->username}}
</a>
</th>
<td>{{$user->profile->statuses->count()}}</td>
@ -48,4 +48,4 @@
});
});
</script>
@endpush
@endpush

Loading…
Cancel
Save