mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-12 07:42:53 +02:00
fix: add linebreaks to recurring transactions table
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
<div class="{% if recurring_transaction.type == 'EX' %}tw-text-red-400{% else %}tw-text-green-400{% endif %}">
|
<div class="{% if recurring_transaction.type == 'EX' %}tw-text-red-400{% else %}tw-text-green-400{% endif %}">
|
||||||
{{ recurring_transaction.description }}
|
{{ recurring_transaction.description }}
|
||||||
</div>
|
</div>
|
||||||
<div class="tw-text-sm tw-text-gray-400">{{ recurring_transaction.notes }}</div>
|
<div class="tw-text-sm tw-text-gray-400">{{ recurring_transaction.notes|linebreaks }}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user