vegantech/sims

View on GitHub
app/views/checklist_builder/_edit.js.erb

Summary

Maintainability
Test Coverage
<% object_param = object.class.name.underscore %>
<%=jdom object, "edit_link"%>.toggleText('Edit ','Cancel Edit').effect('highlight');
<%=jdom object, "details"%>.empty().hide();
<%=jdom object, "show_link"%>.text('Show Details')
<%=jdom object, "new_#{child}_notice"%>.empty().hide();
<%=jdom object, "new_#{child}_link"%>.text('Add <%=child.split("_").first.capitalize%>');
<%=jdom object, "new_#{child}"%>.empty().hide();
<%=jdom object, "edit"%>.html(<%=ejsr "rjs_edit_form",  object_param.to_sym => object %>).slideToggle();