Sha256: 02a1d10e21868330d9e5e53285ac070be5dc229f82e20f60f41365d9018ac145
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 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: "sort.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
4 entries across 4 versions & 1 rubygems