rubycentral/cfp-app

View on GitHub
app/views/staff/proposal_reviews/update.js.erb

Summary

Maintainability
Test Coverage
document.getElementById('flash').innerHTML = '<%=j show_flash %>';
$('.proposal-reviewer-tags').html('<%=j proposal.review_tags_labels %>' || '<em>None</em>').toggle();
$('#edit-tags-icon').show();
$('#review-tags-form-wrapper').hide();