Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrcon committed Jun 16, 2017
1 parent ae81d0f commit 9550062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/event/portlets/portlet_events.pt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
title item_descr"
tal:define="scale item/context/@@images|nothing;">
<span tal:condition="item_hasimage">
<img tal:define="img_tag python:scale.scale('image', scale=thumb_scale).tag(css_class='pull-right image-'+thumb_scale)"
<img tal:define="img_tag python:scale.scale('image', scale=thumb_scale).tag(css_class='pull-right thumb-'+thumb_scale)"
tal:replace="structure img_tag" />
</span>
<span tal:replace="item_title">Some Event</span>
Expand Down

0 comments on commit 9550062

Please sign in to comment.