Sha256: 75c1fe1e2cca6e38ab9859768e5bbcb2724389b6d0860349dfc6b25dc79d0655
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 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"><%= link_to_remove_fields Spree.t('actions.remove'), f, no_text: true %></td> </tr>
Version data entries
5 entries across 5 versions & 1 rubygems