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

Version Path
refinerycms-stores-0.0.12 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.11 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.10 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.9 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.8 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.7 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.6 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.5 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.4 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.3 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.2 app/views/refinery/stores/stores/show.html.erb
refinerycms-stores-0.0.1 app/views/refinery/stores/stores/show.html.erb