Sha256: 3722857a5a59f89030d4e1a816a1cddb4f7fad46af8e372f2dddeb45f7f80b37
Contents?: true
Size: 435 Bytes
Versions: 9
Compression:
Stored size: 435 Bytes
Contents
<tr class="option_value fields" id="spree_<%= dom_id(f.object) %>" data-hook="option_value" class="<%= cycle('odd', 'even')%>"> <td class="no-border"> <span class="handle"></span> <%= f.hidden_field :id %> </td> <td class="name"><%= f.text_field :name %></td> <td class="presentation"><%= f.text_field :presentation %></td> <td class="actions"><%= link_to_remove_fields t(:remove), f, :no_text => true %></td> </tr>
Version data entries
9 entries across 9 versions & 2 rubygems