app/views/pemodules/find_use_pemodule.js.erb
$("#notifications").html("");
$(".modal-body-inner").html("<%=raw j render :partial => 'pemodules/find_use_pemodule', :object => @relations %>");
$("#myModalLabel").html("<%= I18n.t(:text_finduse_pemodule, :value => @pemodule_title) %>");
$("#edit_component").modal({
keyboard: false,
backdrop: "static"
});
$("#notifications").html("<%= j(render 'layouts/notifications') %>");