Sha256: d7b3e0ecd02adba0937d364c8a3136e89185c7c08705a4662632406fcbc7277b
Contents?: true
Size: 664 Bytes
Versions: 54
Compression:
Stored size: 664 Bytes
Contents
<tr class="option_value fields" id="spree_<%= dom_id(f.object) %>" data-hook="option_value"> <td> <% if f.object.persisted? %> <span class="handle"></span> <%= f.hidden_field :id %> <% end %> </td> <td class="name"><%= f.text_field :name %></td> <td class="presentation"><%= f.text_field :presentation %></td> <td class="actions"> <% if f.object.persisted? %> <%= link_to_delete f.object, no_text: true %> <% else %> <%= link_to_with_icon('trash', 'remove', '#', no_text: true, class: "spree_remove_fields", data: { action: 'remove' }, title: t('spree.actions.remove')) %> <% end %> </td> </tr>
Version data entries
54 entries across 54 versions & 1 rubygems