Skip to content

Instantly share code, notes, and snippets.

@winkerVSbecks
Created May 28, 2014 23:53
Show Gist options
  • Select an option

  • Save winkerVSbecks/0487aec9d1bd8ded6bc3 to your computer and use it in GitHub Desktop.

Select an option

Save winkerVSbecks/0487aec9d1bd8ded6bc3 to your computer and use it in GitHub Desktop.
<!-- Photos -->
{{#if showPhotosRow}}
<h5>Photos <small>(click to view)</small></h5>
{{#each photos}}
{{#if isAssembleOrSelected}}
<div class="relative additionalitem-photo">
<img
class="thumbnail {{#if selected}}selected{{/if}}"
src="{{#photoUrl this}}{{/photoUrl}}"
data-name="{{photoName}}" />
<div class="asset-caption">
{{#if customerCaption}}
{{customerCaption}}
{{else}}
{{caption}}
{{/if}}
</div>
</div>
{{/if}}
{{/each}}
<div class="clear-both"></div>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment