Sha256: bae9afefa1f072bdc9d9a7a5220d02bf1ae83c5ce9fd72561efeffecfd2cb6d9
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
<% stars = product.get_stars %> <span style="float:left;" title="<%= txt_stars(stars[0]) %>"> <%= render :partial => "reviews/stars", :locals => {:stars => stars[0]} %> </span> <span style="float:right;"> <%= t('review', :count => stars[1]) %> </span> <br/>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_reviews-0.50.1 | app/views/shared/_shortrating.html.erb |
spree_reviews-0.50.0 | app/views/shared/_shortrating.html.erb |