diff app/views/projects/index.rhtml @ 124:bc91f2025d05 cannam

Make the project list into a sortable table with a little more information in it
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 18 Jan 2011 17:02:06 +0000
parents 605adf7e1735
children edce3dafd217
line wrap: on
line diff
--- a/app/views/projects/index.rhtml	Mon Jan 17 17:22:39 2011 +0000
+++ b/app/views/projects/index.rhtml	Tue Jan 18 17:02:06 2011 +0000
@@ -14,7 +14,11 @@
 
 <% end %>
 
-<%= render_other_project_hierarchy(@projects)%>
+<h2>
+<%= l("label_project_all") %>
+</h2>
+
+<%= render_project_table(@projects) %>
 
 <p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>