17154: Make sure most current user record is loaded.
[arvados.git] / apps / workbench / app / views / notifications / _jobs_notification.html.erb
index 18ebd02551ddce21758568308f27dd8e2e44034b..d793ea0b2b56ce005b211647b2b7d803975d841c 100644 (file)
@@ -1,8 +1,11 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
   <p><%= 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" %>
   </p>
-