Sha256: a21f22b96c0fd5aeb8eb42136281b77d38f901f001edb7ef8978d20a5b694930
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
<%# provisional snapshot of review info %> <% content_for :head do %> <%= stylesheet_link_tag 'reviews.css' %> <% end %> <div id="reviews"> <%= render :partial => 'shared/rating', :locals => {:product => @product, :review => 0} %> <% for review in @product.reviews.approval_filter.preview %> <%= render :partial => 'shared/review', :locals => {:review => review} %> <% end %> <%= link_to t('write_your_own_review'), new_product_review_path(@product), :class => "button" %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems