Sha256: 2234316f55935af313fdb9545a44a972b09f559afa967149e37a0c92cd393cc5
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
<tr class="option_value fields" id="<%= dom_id(f.object) %>" data-hook="option_value"> <td class="name"><span class="handle"></span> <%= f.text_field :name %></td> <td class="presentation"><%= f.text_field :presentation %></td> <td><%= image_tag f.object.image.url(:small) if f.object.has_image? %></td> <td><%= f.file_field :image %></td> <td class="actions"><%= link_to_remove_fields t(:remove), f %></td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_variant_options-0.4.1 | app/views/spree/admin/option_types/_option_value_fields.html.erb |
spree_variant_options-0.4.0 | app/views/spree/admin/option_types/_option_value_fields.html.erb |