mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
6 lines
No EOL
397 B
Text
6 lines
No EOL
397 B
Text
<h2><%= t('projects.active_projects') %></h2><%=
|
|
render :partial => 'mobile_project_listing', :collection => @active_projects%>
|
|
<h2><%= t('projects.hidden_projects') %></h2><%=
|
|
render :partial => 'mobile_project_listing', :collection => @hidden_projects %>
|
|
<h2><%= t('projects.completed_projects') %></h2><%=
|
|
render :partial => 'mobile_project_listing', :collection => @completed_projects %> |