mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fixed routing for category title and go_to_budget shortcut
Signed-off-by: Maxco10 <mmagnani93@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user