mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update the Budgets icon around the site
This commit is contained in:
@@ -30,8 +30,10 @@
|
||||
<canvas id="budgets-chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<a href="{{ route('budgets.index') }}" class="btn btn-default button-sm"><i
|
||||
class="fa fa-tasks"></i> {{ 'go_to_budgets'|_ }}</a>
|
||||
<a href="{{ route('budgets.index') }}" class="btn btn-default button-sm">
|
||||
<i class="fa fa-pie-chart"></i>
|
||||
<span>{{ 'go_to_budgets'|_ }}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{# CATEGORIES #}
|
||||
|
Reference in New Issue
Block a user