mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
More support for #142
This commit is contained in:
@@ -62,17 +62,12 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
|
||||
{% if journal.budgets[0] %}
|
||||
<td class="hide-budget"><a href="{{ route('budgets.show',journal.budgets[0].id) }}">{{ journal.budgets[0].name }}</a></td>
|
||||
{% else %}
|
||||
<td class="hide-budget"><em>{{ 'no_budget'|_ }}</em></td>
|
||||
{% endif %}
|
||||
{% if journal.categories[0] %}
|
||||
<td class="hide-category"><a href="{{ route('categories.show',journal.categories[0].id) }}">{{ journal.categories[0].name }}</a></td>
|
||||
{% else %}
|
||||
<td class="hide-category"><em>{{ 'no_category'|_ }}</em></td>
|
||||
{% endif %}
|
||||
<td class="hide-budget">
|
||||
{{ journalBudgets(journal)|raw }}
|
||||
</td>
|
||||
<td class="hide-category">
|
||||
{{ journalCategories(journal)|raw }}
|
||||
</td>
|
||||
{% if journal.bill_id %}
|
||||
<td class="hide-bill"><i class="fa fa-fw fa-rotate-right" title="{{ trans('list.bill') }}"></i> <a
|
||||
href="{{ route('bills.show',journal.bill_id) }}">{{ journal.bill.name }}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user