Last active
January 4, 2017 13:21
-
-
Save deichbrise/c38516b45986be816e37bfb8edf69a7f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:groupedFor each="{objects}" as="images" groupBy="{groupBy}" groupKey="group"> | |
<f:if condition="{group} == {category}"> | |
<f:image src="fileadmin/uploads/{images.0}.jpeg /> | |
</f:if> | |
</f:groupedFor> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:render partial="FirstImagePartial" arguments={objects: trip.catalogTripImages, groupBy: 'category', category: 'REISEBEGLEITER'} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment