mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
fix flex item-col placement for documents list
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% endif %}
|
||||
{% if entity.updatedBy != null %}
|
||||
{% if entity.updatedAt != null %}
|
||||
{{ ', ' }}<br>{{ 'by_user'|trans }}
|
||||
{{ ', ' }}{{ 'by_user'|trans }}
|
||||
{% else %}
|
||||
{{ 'Last updated by'|trans }}
|
||||
{% endif %}
|
||||
@@ -29,7 +29,7 @@
|
||||
{% endif %}
|
||||
{% if entity.createdBy != null %}
|
||||
{% if entity.createdAt != null %}
|
||||
{{ ', ' }}<br>{{ 'by_user'|trans }}
|
||||
{{ ', ' }}{{ 'by_user'|trans }}
|
||||
{% else %}
|
||||
{{ 'Created by'|trans }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user