Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrcon committed Jun 17, 2017
1 parent 5e9021f commit d368a20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ New features:

Bug fixes:


- fixed css-classes for thumb scales ...
https://github.com/plone/Products.CMFPlone/issues/2077
[fgrcon]

- Remove unittest2 dependency
[kakshay21]

Expand Down
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 d368a20

Please sign in to comment.