tracks/app/views/projects/index.m.erb

6 lines
376 B
Text
Raw Permalink Normal View History

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