Sha256: c669c31aeb948c9d87e1d83a4a422de120accd07c377e463481dba2f135bab26

Contents?: true

Size: 500 Bytes

Versions: 11

Compression:

Stored size: 500 Bytes

Contents

<ul class="item_index">
  <% items.each do |item| %>
      <li class="li_item i_<%= item.id%>">
        <%= item.main_image(thumb_size) %>
        <%= item.h3_title(thumb_size) %>
        <%= item.div_prices %>
        <%= item.btn_order %>
      </li>
  <% end %>
</ul>

<div class="will_paginate">
  <%= will_paginate(will_paginate_items,
                    :previous_label => '<',
                    :next_label => '>',
                    :inner_window => 3) unless without_paginator %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
c80_yax-0.1.0.18 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.17 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.16 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.15 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.14 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.13 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.12 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.11 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.10 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.9 app/views/c80_yax/items/_index.html.erb
c80_yax-0.1.0.8 app/views/c80_yax/items/_index.html.erb