mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
sf4, fix errors for activity, doc-store and async-uploader bundles
This commit is contained in:
@@ -47,7 +47,10 @@
|
||||
<td>
|
||||
{% if activity.remark is not empty %}
|
||||
<blockquote class="chill-user-quote">
|
||||
{{ activity.remark|truncate(250, true) }}
|
||||
{{ activity.remark|slice(0, 250) }} {#
|
||||
sf4 check: if 'slice' could replace 'truncate' filter ?
|
||||
truncate come with twig-extensions, in conflict with twig 3
|
||||
#}
|
||||
</blockquote>
|
||||
{% endif %}
|
||||
{%- if activity.reasons is empty -%}
|
||||
|
Reference in New Issue
Block a user