estimancy/projestimate

View on GitHub
app/views/projects/change_new_estimation_data.js.erb

Summary

Maintainability
Test Coverage
$("#notifications").html("");

$(".modal-body-inner").html("<%=raw j render :partial => 'projects/edit_estimation_from_model', :object => @project_template, :locals => {organization_id: params[:organization_id]} %>");

$("#myModalLabel").html("<%= I18n.t(:text_create_from_model, :model_name => @project_template) %>");

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

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