tracks/app/views/sidebar/_project_list.rhtml
2008-05-20 21:28:26 +01:00

8 lines
No EOL
194 B
Text

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