tracks/app/views/projects/index_mobile.rhtml
2008-06-03 19:40:22 +01:00

6 lines
No EOL
337 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 %>