2010-07-29 18:06:30 +02:00
|
|
|
<div class="list-stategroup-contexts-container" id="<%= state %>-contexts-container">
|
2009-04-07 21:18:23 +02:00
|
|
|
<h2><span id="<%= state %>-contexts-count" class="badge"><%= context_state_group.length %></span><%= state.titlecase %> Contexts</h2>
|
|
|
|
|
<div id="<%= state%>-contexts-empty-nd" style="<%= no_contexts ? 'display:block' : 'display:none'%>">
|
|
|
|
|
<div class="message"><p>Currently there are no <%= state %> contexts</p></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="list-contexts-<%= state %>">
|
|
|
|
|
<%= render :partial => 'context_listing', :collection => context_state_group %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|