mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
8 lines
No EOL
407 B
Text
8 lines
No EOL
407 B
Text
<div id="display_box">
|
|
<%= render :partial => 'context_state_group', :object => @active_contexts, :locals => { :state => 'active', :no_contexts => @no_active_contexts} %>
|
|
<%= render :partial => 'context_state_group', :object => @hidden_contexts, :locals => { :state => 'hidden', :no_contexts => @no_hidden_contexts} %>
|
|
</div>
|
|
|
|
<div id="input_box">
|
|
<%= render :partial => 'new_context_form' %>
|
|
</div> |