Some fixes in titles and bread crumbs.

This commit is contained in:
James Cole
2015-09-25 16:33:45 +02:00
parent 72b5895217
commit 491298e1cb
3 changed files with 16 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ class CategoryController extends Controller
$journals = new LengthAwarePaginator($set, $count, 50, $page);
$journals->setPath('categories/show/' . $category->id . '/' . $date);
return view('categories.show_with_date', compact('category', 'journals', 'hideCategory', 'subTitle'));
return view('categories.show_with_date', compact('category', 'journals', 'hideCategory', 'subTitle','carbon'));
}
/**