This commit is contained in:
James Cole
2019-08-02 20:57:36 +02:00
parent c9f4cf4f34
commit 15d4d185bb

View File

@@ -17,7 +17,7 @@
</div> </div>
<div class="box-body"> <div class="box-body">
{{ ExpandedForm.staticText('type', sourceType.type|_) }} {{ ExpandedForm.staticText('type', sourceType.type|_) }}
{{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description~'</a>') }} {{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description|escape~'</a>') }}
{{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }} {{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }}
{# in case of withdrawal #} {# in case of withdrawal #}