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 51d9386 commit 6a10c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/layout/viewlets/document_relateditems.pt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
item_has_image python:item.getIcon"
tal:attributes="title item_type">
<a tal:attributes="href item_url">
<img class="image-icon"
<img class="thumb-icon"
tal:define="getIcon python:item.getURL() +'/@@images/image/icon'"
tal:condition="item_has_image"
tal:attributes="src string:$getIcon">
Expand Down

0 comments on commit 6a10c35

Please sign in to comment.