Sha256: ef19b2993d1f236c9cb230260909928273348bbfb1b9bff0605ee9257629b974
Contents?: true
Size: 533 Bytes
Versions: 7
Compression:
Stored size: 533 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" %></td> <td class="presentation"><%= f.text_field :presentation, class: "form-control" %></td> <td class="actions"> <span class="d-flex justify-content-end"> <%= link_to_icon_remove_fields f %> </span> </td> </tr>
Version data entries
7 entries across 7 versions & 1 rubygems