Skip to content

Instantly share code, notes, and snippets.

@cjblomqvist
Created July 2, 2013 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjblomqvist/5913052 to your computer and use it in GitHub Desktop.
Save cjblomqvist/5913052 to your computer and use it in GitHub Desktop.
<Body:>
<ul>{#each _page.unplannedOrder as :row}<li style="{#if _page.selected[:row.id]}background: red;{/}">{:row.id}</li>{/}</ul>
<ul>{#each _page.unplannedOrder as :row}<li style="{#if multiplePartPath(_page.selected, :row.id)}background: red;{/}">{:row.id}</li>{/}</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment