mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-01 21:51:49 +01:00
6 lines
220 B
Text
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 %>
|
|
|