estimancy/projestimate

View on GitHub
app/views/pemodules/list_attributes.js.erb

Summary

Maintainability
Test Coverage
var type_value = "<%= @type_value %>";
if(type_value=="input"){
$("#attr_entree").append("<%= j render(:partial => 'input_attributes') %>");
}else{
$("#attr_sortie").append("<%= j render(:partial => 'output_attributes') %>");
}