mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 06:38:09 +00:00
Index for exchange rates.
This commit is contained in:
@@ -753,6 +753,15 @@ Breadcrumbs::for(
|
||||
}
|
||||
);
|
||||
|
||||
// exchange rates
|
||||
Breadcrumbs::for(
|
||||
'exchange-rates.index',
|
||||
static function (Generator $breadcrumbs): void {
|
||||
$breadcrumbs->parent('home');
|
||||
$breadcrumbs->push(trans('breadcrumbs.exchange_rates_index'), route('exchange-rates.index'));
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
// PROFILE
|
||||
|
||||
Reference in New Issue
Block a user