2007-03-30 04:36:52 +00:00
|
|
|
<div id="display_box">
|
2009-04-07 21:18:23 +02:00
|
|
|
<%= 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} %>
|
2013-03-01 16:20:15 +01:00
|
|
|
<%= render :partial => 'context_state_group', :object => @closed_contexts, :locals => { :state => 'closed', :no_contexts => @no_closed_contexts} %>
|
2007-03-30 04:36:52 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="input_box">
|
2010-10-22 20:46:06 +02:00
|
|
|
<%= render :partial => 'new_context_form' %>
|
|
|
|
|
</div>
|