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

8 lines
No EOL
204 B
Text

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