comparison 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
comparison
equal deleted inserted replaced
123:605adf7e1735 124:bc91f2025d05
12 12
13 <%= render_my_project_hierarchy(@user_projects)%> 13 <%= render_my_project_hierarchy(@user_projects)%>
14 14
15 <% end %> 15 <% end %>
16 16
17 <%= render_other_project_hierarchy(@projects)%> 17 <h2>
18 <%= l("label_project_all") %>
19 </h2>
20
21 <%= render_project_table(@projects) %>
18 22
19 <p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p> 23 <p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
20 24
21 25
22 <% other_formats_links do |f| %> 26 <% other_formats_links do |f| %>