Sha256: 0117de29acd709c2d2d426ea200c2a3d048d27dc3e621d93ae119901452120bf

Contents?: true

Size: 537 Bytes

Versions: 4

Compression:

Stored size: 537 Bytes

Contents

<li data-role="list-divider" id="{{= id }}-name">
  {{= Si.I18n.tr(id, 'name') }}
</li>
<li data-role="fieldcontain" id="{{= id }}">
  <div class="ui-grid-a">
    <div class="ui-block-a">
      {{ if(editable) { }}
      <input type="range" id="" class="product-qunatity" data-product-id="{{= id }}" name="slider" value="{{= quantity }}" min="1" max="10" data-highlight="true">
      {{ } else { }}
      {{= quantity }}
      {{ } }}
    </div>
    <div class="ui-block-b value">
      {{= value.toFixed(2) }}
    </div>
  </div>
</li>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
stayind-order-0.0.2 app/views/order/orders/product_order.html.erb~
stayind-order-0.0.2 app/views/order/orders/product_order.html.erb
stayind-order-0.0.1 app/views/order/orders/product_order.html.erb~
stayind-order-0.0.1 app/views/order/orders/product_order.html.erb