This commit is contained in:
James Cole 2019-08-02 20:57:36 +02:00
parent c9f4cf4f34
commit 15d4d185bb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -17,7 +17,7 @@
</div>
<div class="box-body">
{{ 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)) }}
{# in case of withdrawal #}