mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #3177
This commit is contained in:
parent
50f4bf568b
commit
086e4d5880
@ -302,7 +302,7 @@ try {
|
|||||||
if ($object instanceof Bill) {
|
if ($object instanceof Bill) {
|
||||||
$breadcrumbs->parent('bills.show', $object);
|
$breadcrumbs->parent('bills.show', $object);
|
||||||
}
|
}
|
||||||
$breadcrumbs->push(limitStringLength($attachment->filename), route('attachments.edit', [$attachment]));
|
$breadcrumbs->push(limitStringLength(trans('firefly.edit_attachment', ['name' => $attachment->filename])), route('attachments.edit', [$attachment]));
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
Breadcrumbs::register(
|
Breadcrumbs::register(
|
||||||
|
Loading…
Reference in New Issue
Block a user