Sha256: d565157fd6b3efd9868020dfa3624d09f59af4abae90d956a84b8ff928024f31
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
<% content_for :head do %> <%= stylesheet_link_tag 'reviews.css' %> <% end %> <% stars = product.get_stars %> <div title="<%# txt_stars(stars[0]) %>" class="rating-stars-container"> <%= render :partial => "reviews/stars", :locals => {:stars => stars[0]} %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
synergy_default_theme-1.0.0 | app/views/shared/_rating.html.erb |