mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-02 06:01:47 +01: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 %>
|