mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Take username on user and not on profile
This commit is contained in:
parent
9f0120443e
commit
20a29acacf
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<a href="{{$user->url()}}">
|
<a href="{{$user->url()}}">
|
||||||
{{$user->profile->username}}
|
{{$user->username}}
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<td>{{$user->profile->statuses->count()}}</td>
|
<td>{{$user->profile->statuses->count()}}</td>
|
||||||
|
@ -48,4 +48,4 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|
Loading…
Reference in a new issue