From cb2dcd2275684032ea25b15ca9571304d4b9d707 Mon Sep 17 00:00:00 2001 From: Gerald Buttinger Date: Tue, 27 Oct 2015 10:32:14 +0000 Subject: [PATCH] change method lastPostRoute to lastPostUrl to fix "View post" buttons. --- views/category/show.blade.php | 2 +- views/thread/index-new.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/category/show.blade.php b/views/category/show.blade.php index b2b43fc5..10c25f28 100644 --- a/views/category/show.blade.php +++ b/views/category/show.blade.php @@ -108,7 +108,7 @@ {{ $thread->lastPost->authorName }}

({{ $thread->lastPost->posted }})

- {{ trans('forum::posts.view') }} » + {{ trans('forum::posts.view') }} » @endif @can ('manageThreads', $category) diff --git a/views/thread/index-new.blade.php b/views/thread/index-new.blade.php index 916956a2..22387aa3 100644 --- a/views/thread/index-new.blade.php +++ b/views/thread/index-new.blade.php @@ -41,7 +41,7 @@ {{ $thread->lastPost->authorName }}

({{ $thread->lastPost->posted }})

- {{ trans('forum::posts.view') }} » + {{ trans('forum::posts.view') }} » @endforeach