Update the Budgets icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 17:29:50 -03:00
parent a8709a4a45
commit dba7d05296
13 changed files with 19 additions and 14 deletions

View File

@@ -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 #}