N°2847 - Change images paths and names to something more functional

This commit is contained in:
Molkobain
2020-07-27 16:35:34 +02:00
parent cc708f6ccc
commit 3b6654588a
4 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
{% endfor %}
{% else %}
<div class="ibo-quick-create--compartment--placeholder">
<img class="ibo-quick-create--compartment--placeholder-image" src="{{ aPage.sAbsoluteUrlAppRoot }}images/illustrations/undraw-collection/duplicate.svg" />
<img class="ibo-quick-create--compartment--placeholder-image" src="{{ aPage.sAbsoluteUrlAppRoot }}images/illustrations/quick-create-empty-history.svg" />
<div class="ibo-quick-create--compartment--placeholder-hint">{{ 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder'|dict_s }}</div>
</div>
{% endif %}