TechLadies/home-web

View on GitHub
app/views/closures/new.js.erb

Summary

Maintainability
Test Coverage
$('#flash-messages').replaceWith("<%= j render(partial: '/layouts/flash_messages') %>");

$('#modal .modal-title').html('Close Case');
$('#modal .modal-body').html("<%= j render(partial: 'new') %>");
$('#modal .modal-footer').hide();

$('#modal').modal('show');