Fix links to docs in workbench
authorWard Vandewege <ward@curoverse.com>
Tue, 11 Mar 2014 22:22:12 +0000 (18:22 -0400)
committerWard Vandewege <ward@curoverse.com>
Tue, 11 Mar 2014 22:22:12 +0000 (18:22 -0400)
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/views/notifications/_pipelines_notification.html.erb

index 412f86ce07a6b874d05b7d5d796bb84a9017bf09..61351d644974a657da435b7d39e9699cabfe7706 100644 (file)
@@ -320,14 +320,14 @@ class ApplicationController < ActionController::Base
     }
   }
 
-  @@notification_tests.push lambda { |controller, current_user|
-    Job.limit(1).where(created_by: current_user.uuid).each do
-      return nil
-    end
-    return lambda { |view|
-      view.render partial: 'notifications/jobs_notification'
-    }
-  }
+  #@@notification_tests.push lambda { |controller, current_user|
+  #  Job.limit(1).where(created_by: current_user.uuid).each do
+  #    return nil
+  #  end
+  #  return lambda { |view|
+  #    view.render partial: 'notifications/jobs_notification'
+  #  }
+  #}
 
   @@notification_tests.push lambda { |controller, current_user|
     Collection.limit(1).where(created_by: current_user.uuid).each do
index 143c1a06d0b1920495c33454056d7e9b27695236..781b9073eec9b9a4161028565c5e40335f674b23 100644 (file)
@@ -1,7 +1,7 @@
   <p><%= image_tag "dax.png", class: "dax" %>
     Hi, I noticed you haven't run a pipeline yet.  
     <%= link_to "Click here to learn how to run an Arvados Crunch pipeline.", 
-       "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-new-pipeline.html", 
+       "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-pipeline-workbench.html",
        style: "font-weight: bold",
        target: "_blank" %>
   </p>