Sha256: 01e85545573248e1dfb20c7b68a3b547ad8ab4e1e7cdf8b2bd87e4ee53ee56b9

Contents?: true

Size: 424 Bytes

Versions: 3

Compression:

Stored size: 424 Bytes

Contents

<% content_for :head do %>
  <%= stylesheet_link_tag 'reviews.css' %>
<% end %>
<% stars = product.get_stars %>
<div class="header clear">
  <%= t 'average_customer_rating' %>: 
  <br/>
  <span title="<%= txt_stars(stars[0]) %>">
    <%= render :partial => "reviews/stars", :locals => {:stars => stars[0]} %>
  </span> &nbsp;
  <br/>
  (<%= t('based_upon') %> <%= t('review', :count => stars[1]) %>)
  <br/>
  <br/>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_reviews-0.50.1 app/views/shared/_rating.html.erb
spree_reviews-0.50.0 app/views/shared/_rating.html.erb
spree_reviews-0.30.0 app/views/shared/_rating.html.erb