Skip to content

Commit

Permalink
feat(PC): 点击动态列表的内容也可以跳转到动态详情了
Browse files Browse the repository at this point in the history
issue #468
  • Loading branch information
mutoe committed Dec 4, 2018
1 parent be1614d commit 706ffc0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<span class="fuzzy">@php for ($i = 0; $i < (200 - $len); $i ++) {echo 'T';} @endphp</span>
</p>
@else
<p class="feed_text">{!! formatContent($post['feed_content']) !!}</p>
<a class="feed_text" href="{{ route('pc:feedread', ['feed' => $post['id']]) }}">
{!! formatContent($post['feed_content']) !!}
</a>
@endif

@include('pcview::templates.feed_images', ['target_url' => route('pc:feedread', ['feed' => $post['id']])])
Expand Down

0 comments on commit 706ffc0

Please sign in to comment.