mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Merge pull request #8207 from Maxco10/main
Fixed routing for category title and go_to_budget shortcut
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<canvas id="budgets-chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
<canvas id="budgets-chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<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 class="fa fa-pie-chart"></span>
|
||||||
<span>{{ 'go_to_budgets'|_ }}</span>
|
<span>{{ 'go_to_budgets'|_ }}</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
{# CATEGORIES #}
|
{# CATEGORIES #}
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header with-border">
|
<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>
|
title="{{ 'categories'|_ }}">{{ 'categories'|_ }}</a></h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user