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 479a381 commit f0b438bCopy full SHA for f0b438b
app/views/forum/_comment.blade.php
@@ -14,9 +14,9 @@
14
@else
15
{{ $comment->body }}
16
<ul class="meta">
17
- <li><i class="icon-time"></i> {{ $comment->created_ago }}</li>
18
- <li><i class="icon-user"></i> <a href="{{ $comment->author->profileUrl }}">{{ $comment->author->name }}</a></li>
19
- <li><i class="icon-link"></i> <a href="{{ $comment->commentUrl }}">Share</a></li>
+ <li><i class="icon-time"></i> {{ $comment->created_ago }}</li>
+ <li><i class="icon-user"></i> <a href="{{ $comment->author->profileUrl }}">{{ $comment->author->name }}</a></li>
+ <li><i class="icon-link"></i> <a href="{{ $comment->commentUrl }}">Share</a></li>
20
</ul>
21
@endif
22
</div>
0 commit comments