rubycentral/cfp-app

View on GitHub
app/views/staff/events/custom_fields.js.erb

Summary

Maintainability
Test Coverage
$('#show-custom-fields').replaceWith('<%= j render("custom_fields_form") %>');

$('#cancel-custom-fields').on('click', function(event) {
  event.preventDefault();
  $('#edit-custom-fields').replaceWith('<%= j render("custom_fields") %>');
})