Sha256: 6f9d93f65ea7658fb63077b2698c450639f2682cfa0c791020c7051754ce447c
Contents?: true
Size: 549 Bytes
Versions: 21
Compression:
Stored size: 549 Bytes
Contents
<tr class="option_value fields" id="spree_<%= dom_id(f.object) %>" data-hook="option_value" class="<%= cycle('odd', 'even')%>"> <% if f.object.persisted? %> <td class="no-border"> <span class="handle"></span> <%= f.hidden_field :id %> </td> <% end %> <td colspan="<%= f.object.persisted? ? '' : '2' %>" 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
21 entries across 21 versions & 1 rubygems