Sha256: 64e1f66969fe74dcc7be94715ebbbcd9df1aaac56772cf8bc2261bf4e916edf7

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

<% stars = product.get_stars %>
<span style="float:left;" title="<%= txt_stars(stars[:star]) %>">
  <%= render :partial => "reviews/stars", :locals => {:stars => stars[:star]} %>
</span>
<span style="float:right;">
  <%= Review.model_name.human(:count => stars[:rcount]) %>
</span>
<br/>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_reviews_rating-0.70.7.1 app/views/shared/_shortrating.html.erb
spree_reviews_rating-0.70.7 app/views/shared/_shortrating.html.erb
spree_reviews_rating-0.70.6.1 app/views/shared/_shortrating.html.erb
spree_reviews_rating-0.70.6 app/views/shared/_shortrating.html.erb
spree_reviews_rating-0.70.5 app/views/shared/_shortrating.html.erb