mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
8 lines
334 B
Text
8 lines
334 B
Text
<h2>Active projects</h2>
|
|
<%= render :partial => 'mobile_project_listing', :collection => @active_projects%>
|
|
|
|
<h2>Hidden projects</h2>
|
|
<%= render :partial => 'mobile_project_listing', :collection => @hidden_projects %>
|
|
|
|
<h2>Completed projects</h2>
|
|
<%= render :partial => 'mobile_project_listing', :collection => @completed_projects %>
|