X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..f6e8752348958e3bb48c7509a4ff78689f2d64c9:/services/api/app/views/admin_notifier/new_inactive_user.text.erb diff --git a/services/api/app/views/admin_notifier/new_inactive_user.text.erb b/services/api/app/views/admin_notifier/new_inactive_user.text.erb index 53a2b9852e..afcf34da71 100644 --- a/services/api/app/views/admin_notifier/new_inactive_user.text.erb +++ b/services/api/app/views/admin_notifier/new_inactive_user.text.erb @@ -1,12 +1,16 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + A new user landed on the inactive user page: <%= @user.full_name %> <<%= @user.email %>> -<% if Rails.configuration.workbench_address -%> +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> Please see workbench for more information: - <%= Rails.configuration.workbench_address %> + <%= Rails.configuration.Services.Workbench1.ExternalURL %> <% end -%> Thanks,