fix flex item-col placement for documents list

This commit is contained in:
2022-03-01 16:08:52 +01:00
parent 8764aacd92
commit ae0bf7bfd7
5 changed files with 37 additions and 36 deletions

View File

@@ -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 %}