mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Fix category bread crumb
This commit is contained in:
@@ -447,7 +447,7 @@ try {
|
||||
Breadcrumbs::register(
|
||||
'categories.edit',
|
||||
function (BreadcrumbsGenerator $breadcrumbs, Category $category) {
|
||||
$breadcrumbs->parent('categories.show', $category, '(nothing)', new Carbon, new Carbon);
|
||||
$breadcrumbs->parent('categories.show-all', $category, '', new Carbon, new Carbon);
|
||||
$breadcrumbs->push(trans('firefly.edit_category', ['name' => limitStringLength($category->name)]), route('categories.edit', [$category->id]));
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user