Sha256: c9291f621c362f10519fc8b99370e0711f36a6f69c312382a4f4e4191f355fd9

Contents?: true

Size: 850 Bytes

Versions: 4

Compression:

Stored size: 850 Bytes

Contents

<table class="table sortable" id='listing_volume_price_models' data-hook data-sortable-link="<%#= update_positions_admin_volume_price_models_url %>">
  <thead>
    <tr data-hook="volume_price_models_header">
      <th class="no-border"></th>
      <th><%= Spree.t(:name) %></th>
      <th class="actions"></th>
    </tr>
  </thead>
  <tbody>
    <% @volume_price_models.each do |price_model| %>
      <tr id="<%= spree_dom_id price_model %>" data-hook="volume_price_models_row">
        <td class="move-handle">
          <span class="icon icon-sort handle"></span>
        </td>
        <td><%= price_model.name %></td>
        <td class="actions actions-2 text-right">
          <%= link_to_edit price_model.id, no_text: true %>
          <%= link_to_delete price_model, no_text: true %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_volume_pricing-0.2.1 app/views/spree/admin/volume_price_models/_list.html.erb
solidus_volume_pricing-0.1.1 app/views/spree/admin/volume_price_models/_list.html.erb
solidus_volume_pricing-0.2.0 app/views/spree/admin/volume_price_models/_list.html.erb
solidus_volume_pricing-0.1.0 app/views/spree/admin/volume_price_models/_list.html.erb