Sha256: 40a4cc42ce0ed683a4ae41f4f1cbb30afe5fd28dcc992de376b32f56a3f72cdf

Contents?: true

Size: 257 Bytes

Versions: 14

Compression:

Stored size: 257 Bytes

Contents

<% content_for :body_content_left do %>
  <ul id="stores">
    <% @stores.each do |store| %>
      <li>
        <%= link_to store.name, refinery.stores_store_path(store) %>
      </li>
    <% end %>
  </ul>
<% end %>

<%= render '/refinery/content_page' %>

Version data entries

14 entries across 14 versions & 1 rubygems

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