Sha256: 784d7f68be0a9d41a9aa70b1ad99078fbce0106f10f716f41e513bad492f5711

Contents?: true

Size: 295 Bytes

Versions: 9

Compression:

Stored size: 295 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

9 entries across 9 versions & 1 rubygems

Version Path
solidus_reviews-1.7.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.6.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.5.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.4.1 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.4.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.3.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.2.0 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.1.1 app/views/spree/shared/_shortrating.html.erb
solidus_reviews-1.1.0 app/views/spree/shared/_shortrating.html.erb