Mercurial > hg > soundsoftware-site
diff app/views/projects/index.rhtml @ 132:ab611b7c7ecc cannam-pre-20110113-merge
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 | 513e61d1b4da |
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>