Sha256: 71dabad9c1f3e65650ab86ea3a3845298cb2a440e909697e0d1a7ff9963d028b
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
<% id_image ||= '' url_image ||= '' image_options ||= {} version_name ||= {} %> <fieldset> <div id="<%= id_image %>" class="global_parent" name="<%= version_name %>"> <%= hidden_field_tag "image_temporal_#{id_image}", {}, :class => "image_temporal", :value => "" %> <li class="number input optional numeric stringish refresh_image"> <%= label_tag :image %><br> <div id="parent_image" class="parent_image" style="display:block;float:left"></div> <%= image_tag url_image, image_options %> <div class="clear"></div> </li> <li class="number input optional numeric stringish" id="product_image_input"> <%= label_tag :chose_image %><br> <%= file_field_tag :image, :id => "uploader", :class => "uploader" %> </li> </div> </fieldset>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crimagify-0.0.3.2 | app/views/crimagify/crop_partials/_fields_cropper.html.erb |
crimagify-0.0.3.1 | app/views/crimagify/crop_partials/_fields_cropper.html.erb |