Noosfero/noosfero

View on GitHub
plugins/suppliers/views/suppliers_plugin_myprofile/edit.js.erb

Summary

Maintainability
Test Coverage
jQuery("#supplier-<%= @supplier.id %>").html("<%= j render(:partial => 'suppliers_plugin_myprofile/supplier', :object => @supplier) %>");
<% unless @supplier.valid? %>
  toggle_edit.value_row.reload();
<% end %>