X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/189fee6586b290a78cdc1b3a3b9845efe0cf7499..1dcd10a37c3dd8166ddf06053d895d546f8ad3d4:/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 781b9073ee..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-pipeline-workbench.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" %>