mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
8 lines
No EOL
204 B
Text
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> |