3531: Refactor project tab infinite-scroll. Sort jobs and pipelines
authorTom Clegg <tom@curoverse.com>
Sat, 9 Aug 2014 23:44:14 +0000 (19:44 -0400)
committerTom Clegg <tom@curoverse.com>
Sat, 9 Aug 2014 23:44:14 +0000 (19:44 -0400)
commite5337814593c504ef71e9f517dc1d99d41e19784
treef58032074096db9968833cca611f9c41c761fce2
parent381926c94a3b41d04101f68ec6a33e88fc795254
3531: Refactor project tab infinite-scroll. Sort jobs and pipelines
together by date, instead of sorting first by type.
apps/workbench/app/assets/javascripts/infinite_scroll.js
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/views/projects/_show_contents_rows.html.erb
apps/workbench/app/views/projects/_show_data_collections.html.erb
apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb
apps/workbench/app/views/projects/_show_other_objects.html.erb
apps/workbench/app/views/projects/_show_subprojects.html.erb
apps/workbench/app/views/projects/_show_tab_contents.html.erb