Skip to content

Commit d7f59ab

Browse files
authored
Update show.blade.php
1 parent d87bfa6 commit d7f59ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/forum/threads/show.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
@include('forum.threads.info.avatar', ['user' => $thread->author()])
2222

2323
<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">
24+
<a href="{{ route('profile', $thread->author()->username()) }}"
25+
class="text-green-darker mr-2">
2526
{{ $thread->author()->name() }}
2627
</a> posted {{ $thread->createdAt()->diffForHumans() }}
2728
</div>

0 commit comments

Comments
 (0)