mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
6 lines
No EOL
376 B
Text
6 lines
No EOL
376 B
Text
<h2><%= t('projects.active_projects') %></h2><%=
|
|
render :partial => 'project_listing', :collection => @active_projects%>
|
|
<h2><%= t('projects.hidden_projects') %></h2><%=
|
|
render :partial => 'project_listing', :collection => @hidden_projects %>
|
|
<h2><%= t('projects.completed_projects') %></h2><%=
|
|
render :partial => 'project_listing', :collection => @completed_projects %> |