From 616656e008fa89e44f8358bded96b615e5d006c8 Mon Sep 17 00:00:00 2001 From: Summer Date: Tue, 16 May 2017 10:22:35 +0800 Subject: [PATCH] wechat share topic icon --- resources/views/topics/show.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/topics/show.blade.php b/resources/views/topics/show.blade.php index be6e7b57..f270ab18 100644 --- a/resources/views/topics/show.blade.php +++ b/resources/views/topics/show.blade.php @@ -11,6 +11,8 @@ @section('wechat_icon') @if ($cover = $topic->cover()) + @else + @parent @endif @stop