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