moved skins/icon to assets/common/images/icons

This commit is contained in:
Florian BLOUET
2015-11-17 16:32:35 +01:00
parent f186091823
commit 0e97e4a0ae
368 changed files with 291 additions and 291 deletions

View File

@@ -68,7 +68,7 @@
<div class="feed {% if loop.index is odd%}odd{% endif %}">
<span>{{ feed.getTitle() }}</span>
{% if feed.isPublic() %}
<img src="/skins/icons/ligth-on.png" title="{{ 'This feed is public' | trans }}"/>
<img src="/assets/common/images/icons/ligth-on.png" title="{{ 'This feed is public' | trans }}"/>
{% endif %}
<input type="hidden" name="feed_proposal[]" value="{{ feed.getId() }}"/>
</div>