Fix up start/end dates and display them in a more friendly way.
[arvados.git] / apps / workbench / config / routes.rb
index a035535da5bc56e60a3d1733cd8e14a63e302b59..376934e91b8b1835c54866f0b5364eb315c9fa21 100644 (file)
@@ -19,6 +19,7 @@ ArvadosWorkbench::Application.routes.draw do
   resources :users do
     get 'home', :on => :member
     get 'welcome', :on => :collection
+    get 'activity', :on => :collection
   end
   resources :logs
   resources :factory_jobs
@@ -27,7 +28,7 @@ ArvadosWorkbench::Application.routes.draw do
   resources :specimens
   resources :pipeline_templates
   resources :pipeline_instances do
-    get 'compare/*uuid' => 'pipeline_instances#compare'
+    get 'compare', on: :collection
   end
   resources :links
   match '/collections/graph' => 'collections#graph'