mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #8207 from Maxco10/main
Fixed routing for category title and go_to_budget shortcut
This commit is contained in:
commit
8604b05d07
@ -32,7 +32,7 @@
|
||||
<canvas id="budgets-chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<a href="{{ route('budgets.index', null,false) }}" class="btn btn-default button-sm">
|
||||
<a href="{{ route('budgets.index') }}" class="btn btn-default button-sm">
|
||||
<span class="fa fa-pie-chart"></span>
|
||||
<span>{{ 'go_to_budgets'|_ }}</span>
|
||||
</a>
|
||||
@ -41,7 +41,7 @@
|
||||
{# CATEGORIES #}
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title"><a href="{{ route('categories.index', null,false) }}"
|
||||
<h3 class="box-title"><a href="{{ route('categories.index') }}"
|
||||
title="{{ 'categories'|_ }}">{{ 'categories'|_ }}</a></h3>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user