Sha256: 73c2e53ca12816d13c17b040f324c93fdaafc91ef63ed73c10cd94c51f0d859e
Contents?: true
Size: 540 Bytes
Versions: 56
Compression:
Stored size: 540 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(:remove), f, :no_text => true %></td> </tr>
Version data entries
56 entries across 56 versions & 2 rubygems