tracks/app/views/sidebar/_project_list.rhtml

8 lines
204 B
Text
Raw Normal View History

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