Fix mess in prod (record & feed) templates

This commit is contained in:
Nicolas Le Goff
2014-12-02 14:06:44 +01:00
parent 93d3e98e88
commit e9c6d1a56e
27 changed files with 802 additions and 646 deletions

View File

@@ -29,7 +29,7 @@
{% for item in feed_entry.getItems() %}
<li class="image_box" id="item_{{item.getId()}}">
<a href="{{ path('lightbox_ajax_load_feeditem', { 'entry_id' : feed_entry.getId(), 'item_id' : item.getId()}) }}">
{{thumbnail.format(item.getRecord(app).get_thumbnail(), 80, 80, '', true, false)}}
{{ thumbnail.format(item.getRecord(app).get_thumbnail(), 80, 80, '', true, false) }}
</a>
<input type="hidden" class="display_id" name="display_id" value="{{item.getOrd()}}" />
</li>