Sha256: 6bc0e0db29d8b941d5825b65a80904ca5d558dc16343932877793c3ba5bf4c72
Contents?: true
Size: 824 Bytes
Versions: 2
Compression:
Stored size: 824 Bytes
Contents
<div id="cropper_div"> <div class="cropper_container"> <div class="image_cropper"> <%= image_tag @params, :id => "cropbox" %> <% %w[x y w h].each do |attribute| %> <%= hidden_field_tag "crop_#{attribute}" %> <% end %> <%= hidden_field_tag :cropping,{}, :value => true, :id => "temp_image" %> <div class="actions"> <%= link_to "Cancel", "javascript:;", :remote => true, :class => "cancel_crop", :id => "cancel_crop" %> <%= link_to "Crop Image", "javascript:;", :remote => true, :id => "crop_image", :class => "crop_image" %> <div class="clear"></div> </div> </div> <!-- <div style="width:100px; height:100px; overflow:hidden"> <h4>Preview</h4> <%#= image_tag @params, :id => "preview" %> </div> --> <div class="clear"></div> </div> <div class="clear"></div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crimagify-0.0.2.1 | app/views/crimagify/crop_partials/_crop.html.erb |
crimagify-0.0.2 | app/views/crimagify/crop_partials/_crop.html.erb |