first steps towards review view

This commit is contained in:
sfischme 2011-09-16 15:07:58 -04:00
parent 01bcc7a48c
commit 5f0bcebca9
5 changed files with 17 additions and 2 deletions

View file

@ -18,6 +18,6 @@
</div>
<div id="list-<%= state %>-projects" class="project-list">
<%= render :partial => 'project_listing', :collection => project_state_group %>
<%= render :partial => 'projects/project_listing', :collection => project_state_group %>
</div>
</div>