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 5e9021f commit e5e0e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/portlet/collection/collection.pt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
src python:view.getMimeTypeIcon(obj);">

<img tal:condition="python: obj.getIcon and thumb_scale and not supress_thumb"
tal:replace="structure python:image_scale.tag(obj, 'image', scale=thumb_scale, css_class='pull-right image-'+thumb_scale)" />
tal:replace="structure python:image_scale.tag(obj, 'image', scale=thumb_scale, css_class='pull-right thumb-'+thumb_scale)" />

<span tal:replace="obj/Title">
Title </span>
Expand Down

0 comments on commit e5e0e51

Please sign in to comment.