[ARVADOS] updated: 394c762a07ac25c9db586a614ef44045291edd72
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 11 18:22:21 EDT 2014
Summary of changes:
.../app/controllers/application_controller.rb | 16 ++++++++--------
.../notifications/_pipelines_notification.html.erb | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
via 394c762a07ac25c9db586a614ef44045291edd72 (commit)
from d2789e22edd47adb747721ea20c76a607c9650d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 394c762a07ac25c9db586a614ef44045291edd72
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Mar 11 18:22:12 2014 -0400
Fix links to docs in workbench
diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 412f86c..61351d6 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -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
diff --git a/apps/workbench/app/views/notifications/_pipelines_notification.html.erb b/apps/workbench/app/views/notifications/_pipelines_notification.html.erb
index 143c1a0..781b907 100644
--- a/apps/workbench/app/views/notifications/_pipelines_notification.html.erb
+++ b/apps/workbench/app/views/notifications/_pipelines_notification.html.erb
@@ -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>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list