tracks/app/views/contexts/index.m.erb
2012-05-12 13:37:36 +02:00

2 lines
No EOL
244 B
Text

<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 %>