X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab2550bca241736c162a435d62fc3ccb4ac5dc8e..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 2e9e01d05f..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 not @wb_address.empty? -%> +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> Please see workbench for more information: - <%= @wb_address %> + <%= Rails.configuration.Services.Workbench1.ExternalURL %> <% end -%> Thanks,