vegantech/sims

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

Summary

Maintainability
Test Coverage
$('#<%=dom_id @team_consultation%>').after("<%=escape_javascript render "show"%>");
$('#<%=dom_id(@team_consultation, "show_hide_view")%>').html('<%=link_to "Show/Hide","", :class => "toggler", :data => {:toggle_id => dom_id(@team_consultation,"show")}%>');