Sha256: 6415218f2eeaf53e1faf8aa0f7cf40828d0607adb548ecd6bcf2f362ba759379
Contents?: true
Size: 598 Bytes
Versions: 12
Compression:
Stored size: 598 Bytes
Contents
<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-stores')%> <% content_for :body_content_title do %> <%= @store.name %> <% end %> <% content_for :body_content_left do %> <section> <p> <%=raw @store.description %> </p> </section> <section class='catalog-brief-list' > <%= render :partial => "list_product", :collection => @store.active_products %> </section> <% end %> <% content_for :body_content_right do %> <aside> <%= render( :partial => "cart", :object => @cart ) %> </aside> <% end %> <%= render "/refinery/content_page" %>
Version data entries
12 entries across 12 versions & 1 rubygems