From 56956a84aafaff472dcb06250c4728f7f6864d39 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. --- framework/core/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/views/index.blade.php b/framework/core/views/index.blade.php index 6c8d9729f..765808a25 100644 --- a/framework/core/views/index.blade.php +++ b/framework/core/views/index.blade.php @@ -8,7 +8,7 @@ $url = app('Flarum\Forum\UrlGenerator'); @foreach ($document->data as $discussion)
  • {{ $discussion->attributes->title }}