Default card title
This commit is contained in:
parent
3c9548257c
commit
ac8489f5f7
@ -4,7 +4,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="card-title dot-ellipsis dot-resize-update">
|
<span class="card-title dot-ellipsis dot-resize-update">
|
||||||
<a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title| striptags | e('html_attr') }}">
|
<a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title| striptags | e('html_attr') }}">
|
||||||
{{ entry.title | striptags | truncate(80, true, '…') | raw }}
|
{{ entry.title | striptags | truncate(80, true, '…') | raw | default('config.form_rules.faq.variable_description.title'|trans) }}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user