mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
9 lines
No EOL
557 B
Text
9 lines
No EOL
557 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} %>
|
|
<%= render :partial => 'context_state_group', :object => @closed_contexts, :locals => { :state => 'closed', :no_contexts => @no_closed_contexts} %>
|
|
</div>
|
|
|
|
<div id="input_box">
|
|
<%= render :partial => 'new_context_form' %>
|
|
</div> |