X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c0c1111f322159333fdf14e3d3e8ce0c00662734..a017e1f5ac7ad49a29e302275d0f0f83754941ea:/apps/workbench/app/views/notifications/_pipelines_notification.html.erb diff --git a/apps/workbench/app/views/notifications/_pipelines_notification.html.erb b/apps/workbench/app/views/notifications/_pipelines_notification.html.erb index 143c1a06d0..b275ed8eaa 100644 --- a/apps/workbench/app/views/notifications/_pipelines_notification.html.erb +++ b/apps/workbench/app/views/notifications/_pipelines_notification.html.erb @@ -1,7 +1,11 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +

<%= 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", + 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.Workbench.ArvadosDocsite}/user/tutorials/tutorial-pipeline-workbench.html", style: "font-weight: bold", target: "_blank" %>