|
@@ -8,7 +8,7 @@
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <img src="{{ listPage.lastUpdateUser.imageUrlCached }}" class="picture rounded-circle">
|
|
|
|
|
|
|
+ <img src="{{ listPage.lastUpdateUser.imageUrlCached|default('/images/icons/user.svg') }}" class="picture rounded-circle">
|
|
|
<a href="{{ encodeURI(listPage.path) }}" class="text-break ml-1">
|
|
<a href="{{ encodeURI(listPage.path) }}" class="text-break ml-1">
|
|
|
{{ listPage.path | preventXss }}
|
|
{{ listPage.path | preventXss }}
|
|
|
</a>
|
|
</a>
|