Noosfero/noosfero

View on GitHub
app/views/shared/_crop_image_form.html.erb

Summary

Maintainability
Test Coverage
<% %w[x y w h].each do |attribute| %>
  <%= hidden_field_tag "#{for_attr}[crop_#{attribute}]", nil, :class => "crop_#{attribute}"%>
<% end %>