tracks/app/views/projects/index.m.erb
2012-05-12 13:37:36 +02:00

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 %>