X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..5e8235cf2b61e0a44c2f74c227fdcf47fa1e5b37:/apps/workbench/app/views/notifications/_jobs_notification.html.erb diff --git a/apps/workbench/app/views/notifications/_jobs_notification.html.erb b/apps/workbench/app/views/notifications/_jobs_notification.html.erb index 18ebd02551..d793ea0b2b 100644 --- a/apps/workbench/app/views/notifications/_jobs_notification.html.erb +++ b/apps/workbench/app/views/notifications/_jobs_notification.html.erb @@ -1,8 +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 job yet. - <%= link_to "Click here to learn how to run an Arvados Crunch job.", - "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-job1.html", + Hi, I noticed you haven't run a job yet. + <%= link_to "Click here to learn how to run an Arvados Crunch job.", + "#{Rails.configuration.Workbench.ArvadosDocsite}/user/tutorials/tutorial-job1.html", style: "font-weight: bold", target: "_blank" %>

-