TechLadies/home-web

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

Summary

Maintainability
Test Coverage
$('#modal .modal-title').html('Add Follow Up to Case');
$('#modal .modal-body').html("<%= j render(partial: 'new')%>");
$('#modal .modal-footer').hide();
$('#modal').modal('show');