Skip to content

Instantly share code, notes, and snippets.

@hshoff
Created October 14, 2011 14:28
Show Gist options
  • Save hshoff/1287270 to your computer and use it in GitHub Desktop.
Save hshoff/1287270 to your computer and use it in GitHub Desktop.
Airbnb - Star Rating Markup with Rating by Harry Shoff
<!-- stars.html.erb -->
<div class="stars empty">
<div class="stars filled_<%= @obj.rating %>"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment