Sha256: 47a3eef3253f03272e208cfad884a970fdc54418f7173648a66573a3b867d074
Contents?: true
Size: 552 Bytes
Versions: 1
Compression:
Stored size: 552 Bytes
Contents
<%= render(:super) %> <% # if we are currently editing a nested belongs_to association do not do any sorting stuff unless nested_singular_association? if ActiveScaffold.js_framework == :prototype %> <%= sortable_element_js(*sort_params) %> <% elsif ActiveScaffold.js_framework == :jquery reorder_params = {} reorder_params[:eid] = params[:eid] unless params[:eid].blank? %> <%= "ActiveScaffold.sortable('#{sort_params[0]}', #{controller_name.to_json}, #{reorder_params.to_json});" %> <% end if controller.send :successful? end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_scaffold_sortable-3.1.1 | frontends/default/views/on_update.js.erb |