2007-03-30 04:36:52 +00:00
|
|
|
<h3><%= list_name %> (<%= contexts.length %>)</h3>
|
|
|
|
|
<ul>
|
2009-03-27 17:03:18 +01:00
|
|
|
<% if contexts.empty? -%>
|
|
|
|
|
<li>None</li>
|
|
|
|
|
<% else -%>
|
|
|
|
|
<%= render :partial => "sidebar/context", :collection => contexts -%>
|
|
|
|
|
<% end -%>
|
2007-03-30 04:36:52 +00:00
|
|
|
</ul>
|