Sha256: 7e655afa1a89b50f8fb2912bb03b73377db05b044da4e401287eb178340642e9
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
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"> <% unless f.object.id.nil? -%> <%= link_to_with_icon 'translate.svg', '', spree.translations_admin_option_type_option_value_path(f.object.option_type.id, f.object.id), class: 'btn btn-sm btn-light', data: { action: 'translate' }, title: Spree.t(:translations), no_text: true %> <% end %> <%= link_to_icon_remove_fields f %> </span> </td> </tr>
Version data entries
6 entries across 6 versions & 1 rubygems