Sha256: a2c75c5baf160694811a6f7f43613415421e917adfd9a4b16ea3b86d389f6a75

Contents?: true

Size: 301 Bytes

Versions: 3

Compression:

Stored size: 301 Bytes

Contents

<% stars = product.stars %>
<% reviews_count = product.reviews_count %>
<span style="float:left;" title="<%= txt_stars(stars) %>">
  <%= render 'spree/reviews/stars', :stars => stars %>
</span>
<span style="float:right;">
  <%= Spree::Review.model_name.human(:count => reviews_count) %>
</span>
<br/>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
solidus_reviews-1.0.0 app/views/spree/shared/_shortrating.html.erb
jiffyshirts_spree_reviews-2.3.1.2 app/views/spree/shared/_shortrating.html.erb
jiffyshirts_spree_reviews-2.3.1.1 app/views/spree/shared/_shortrating.html.erb