From 9ecb5f437afe48c1fa869cebcaf41672aa016450 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 4 Feb 2016 11:47:03 +0100 Subject: [PATCH] Use stored slug for generating server-rendered link to discussion Fixes #646. --- views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.blade.php b/views/index.blade.php index 6c8d9729f..765808a25 100644 --- a/views/index.blade.php +++ b/views/index.blade.php @@ -8,7 +8,7 @@ $url = app('Flarum\Forum\UrlGenerator'); @foreach ($document->data as $discussion)
  • {{ $discussion->attributes->title }}