Sha256: 9076001a1faa4ec25c6759c10c28c2390ac4e6f2fcb789e6bbfda3c319aa5327

Contents?: true

Size: 574 Bytes

Versions: 11

Compression:

Stored size: 574 Bytes

Contents

<tr class="option_value fields" id="spree_<%= dom_id(f.object) %>" data-hook="option_value">
  <td class="move-handle text-center">
    <%= svg_icon name: "grip-vertical.svg", width: '18', height: '18' %>
    <%= f.hidden_field :id %>
  </td>
  <td class="name"><%= f.text_field :name, class: "form-control", required: true %></td>
  <td class="presentation"><%= f.text_field :presentation, class: "form-control", required: true %></td>
  <td class="actions">
    <span class="d-flex justify-content-end">
      <%= link_to_icon_remove_fields f %>
    </span>
  </td>
</tr>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
spree_cm_commissioner-1.8.0.pre.beta2 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-1.8.0 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-1.8.0.pre.beta4 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-1.8.0.pre.deploy.pre.demo app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-1.8.0.pre.beta3 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-1.8.0.pre.beta1 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-0.0.3 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-0.0.2 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_cm_commissioner-0.0.1 app/views/spree/billing/option_types/_option_value_fields.html.erb
spree_backend-4.5.1 app/views/spree/admin/option_types/_option_value_fields.html.erb
spree_backend-4.5.0 app/views/spree/admin/option_types/_option_value_fields.html.erb