JumpstartLab/tracks

View on GitHub
app/views/contexts/index.m.erb

Summary

Maintainability
Test Coverage
<h2><%= t('contexts.visible_contexts') %></h2><%= render :partial => 'context_listing', :collection => @active_contexts %>
<h2><%= t('contexts.hidden_contexts') %></h2><%= render :partial => 'context_listing', :collection => @hidden_contexts %>