estimancy/projestimate

View on GitHub
app/views/wbs_activity_elements/show.js.erb

Summary

Maintainability
Test Coverage
$("#notifications").html("");
$(".modal-body-inner").html("<%= j render(:partial => "/wbs_activity_elements/show") %>");

$("#myModalLabel").html("Wbs activity element: <%= @wbs_activity_element.name %>");

$("#edit_component").modal({
  keyboard: false,
  backdrop: "static"
});

$("#notifications").html("<%= j(render "layouts/notifications") %>");