Merge remote-tracking branch 'origin/master' into issue469_budget

This commit is contained in:
2022-03-01 15:42:59 +01:00
5 changed files with 6 additions and 16 deletions

View File

@@ -24,8 +24,8 @@
<div class="item-col">
<div class="container">
{% if document.date is not null %}
<div class="dates row" style="float: right;">
<span>{{ document.createdAt|format_date('short') }}</span>
<div class="dates row text-end">
<span>{{ document.date|format_date('short') }}</span>
</div>
{% endif %}
</div>