mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Add description.
This commit is contained in:
@@ -92,6 +92,7 @@
|
|||||||
<div class="box-body no-padding">
|
<div class="box-body no-padding">
|
||||||
<table class="table table-hover sortable">
|
<table class="table table-hover sortable">
|
||||||
<thead>
|
<thead>
|
||||||
|
<th data-defaultsign="az">{{ trans('list.description') }}</th>
|
||||||
<th data-defaultsign="az">{{ trans('list.source') }}</th>
|
<th data-defaultsign="az">{{ trans('list.source') }}</th>
|
||||||
<th data-defaultsign="az">{{ trans('list.destination') }}</th>
|
<th data-defaultsign="az">{{ trans('list.destination') }}</th>
|
||||||
<th data-defaultsign="_19">{{ trans('list.amount') }}</th>
|
<th data-defaultsign="_19">{{ trans('list.amount') }}</th>
|
||||||
@@ -101,6 +102,9 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for transaction in array.transactions %}
|
{% for transaction in array.transactions %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td data-value="{{ transaction.description }}">
|
||||||
|
{{ transaction.description }}
|
||||||
|
</td>
|
||||||
<td data-value="{{ transaction.source_name }}">
|
<td data-value="{{ transaction.source_name }}">
|
||||||
<a href="{{ route('accounts.show', [transaction.source_id]) }}">{{ transaction.source_name }}</a>
|
<a href="{{ route('accounts.show', [transaction.source_id]) }}">{{ transaction.source_name }}</a>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user