Strimoid/Strimoid

View on GitHub
resources/views/user/widgets/comment_parent.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<div class="comment_parent">
    <span>[<a href="{!! route('group_contents', $content->group) !!}" rel="nofollow">{!! $content->group->name !!}</a>]</span>
    <a href="{!! route('content_comments', $content) !!}">{{ $content->title }}</a>
</div>