mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Add buttons to views
This commit is contained in:
@@ -22,10 +22,14 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ subTitle }}</h3>
|
||||
</div>
|
||||
<div class="box-body ">
|
||||
<div class="box-body no-padding">
|
||||
<div style="padding:8px;">
|
||||
<a href="{{ route('transactions.create', what) }}" class="btn btn-success"><i class="fa fa-plus fa-fw"></i> {{ ('new_' ~ what)|_ }}</a>
|
||||
</div>
|
||||
{# actual list #}
|
||||
{% include 'list.journals' with {'journals': journals} %}
|
||||
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
{# links for other views #}
|
||||
{% if periods.count > 0 %}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user