Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 10, 2013 18:16
Show Gist options
  • Save jamland/6922975 to your computer and use it in GitHub Desktop.
Save jamland/6922975 to your computer and use it in GitHub Desktop.
{{#if counters.attributes.groupUnresolvedCount }}
<b class="red">{{counters.attributes.groupUnresolvedCount}}</b>
<b class="green">{{counters.attributes.groupResolvedCount}}</b>
{{/else}}
<b class="grey">-</b>
<b class="grey">-</b>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment