mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Default card title
This commit is contained in:
parent
3c9548257c
commit
ac8489f5f7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% endif %}
|
||||
<span class="card-title dot-ellipsis dot-resize-update">
|
||||
<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>
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Reference in a new issue