We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87bfa6 commit d7f59abCopy full SHA for d7f59ab
resources/views/forum/threads/show.blade.php
@@ -21,7 +21,8 @@
21
@include('forum.threads.info.avatar', ['user' => $thread->author()])
22
23
<div class="mr-6 mb-4 md:mb-0 text-gray-700">
24
- <a href="{{ route('profile', $thread->author()->username()) }}" class="text-green-darker mr-2">
+ <a href="{{ route('profile', $thread->author()->username()) }}"
25
+ class="text-green-darker mr-2">
26
{{ $thread->author()->name() }}
27
</a> posted {{ $thread->createdAt()->diffForHumans() }}
28
</div>
0 commit comments