tracks/app/views/sidebar/_context_list.rhtml
2009-03-27 17:03:18 +01:00

8 lines
No EOL
208 B
Text

<h3><%= list_name %> (<%= contexts.length %>)</h3>
<ul>
<% if contexts.empty? -%>
<li>None</li>
<% else -%>
<%= render :partial => "sidebar/context", :collection => contexts -%>
<% end -%>
</ul>