Skip to content

Instantly share code, notes, and snippets.

@ericz
Last active January 3, 2016 12:29
Show Gist options
  • Save ericz/8463544 to your computer and use it in GitHub Desktop.
Save ericz/8463544 to your computer and use it in GitHub Desktop.
Just the thumbs
{#each :card.fields as :card_field}
{#if not(equal(:card_field.type, 'score-system'))}
<derby:view ns="lui" view=cardFields:{{:card_field.type}}:showCard>
{/}
{/}
{#each :card.fields as :card_field}
{#if equal(:card_field.type, 'score-system')}
<derby:view ns="lui" view=cardFields:{{:card_field.type}}:showCard>
{/}
{/}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment