tracks/app/views/contexts/index_mobile.rhtml
2008-05-20 21:28:26 +01:00

6 lines
220 B
Text

<h2>Visible Contexts</h2>
<%= render :partial => 'mobile_context_listing', :collection => @active_contexts%>
<h2>Hidden Contexts</h2>
<%= render :partial => 'mobile_context_listing', :collection => @hidden_contexts %>