Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created February 27, 2014 19:37
Show Gist options
  • Save adatta02/9257628 to your computer and use it in GitHub Desktop.
Save adatta02/9257628 to your computer and use it in GitHub Desktop.
<div class="one rate-dot {{ rating >= 1 ? "rated" : "" }}"></div>
<div class="two rate-dot {{ rating >= 2 ? "rated" : "" }}"></div>
<div class="three rate-dot {{ rating >= 3 ? "rated" : "" }}"></div>
<div class="four rate-dot {{ rating >= 4 ? "rated" : "" }}"></div>
<div class="five rate-dot {{ rating >= 5 ? "rated" : "" }}"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment