mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch 'list_documents_page'
This commit is contained in:
commit
4536f30da2
@ -24,8 +24,8 @@
|
|||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% if document.date is not null %}
|
{% if document.date is not null %}
|
||||||
<div class="dates row" style="float: right;">
|
<div class="dates row text-end">
|
||||||
<span>{{ document.createdAt|format_date('short') }}</span>
|
<span>{{ document.date|format_date('short') }}</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if entity.updatedBy != null %}
|
{% if entity.updatedBy != null %}
|
||||||
{% if entity.updatedAt != null %}
|
{% if entity.updatedAt != null %}
|
||||||
{{ ', ' ~ 'by_user'|trans }}
|
{{ ', ' }}<br>{{ 'by_user'|trans }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ 'Last updated by'|trans }}
|
{{ 'Last updated by'|trans }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -29,7 +29,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if entity.createdBy != null %}
|
{% if entity.createdBy != null %}
|
||||||
{% if entity.createdAt != null %}
|
{% if entity.createdAt != null %}
|
||||||
{{ ', ' ~ 'by_user'|trans }}
|
{{ ', ' }}<br>{{ 'by_user'|trans }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ 'Created by'|trans }}
|
{{ 'Created by'|trans }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user