mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 12:01:28 +00:00
Some fixes in titles and bread crumbs.
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user