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