X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..fba452e1092543f9bbc1fd6b2c87ae9288134b15:/services/api/app/views/admin_notifier/new_inactive_user.text.erb?ds=sidebyside 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 097412c251..4b572128b5 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 @@ -2,15 +2,14 @@ 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 -%> -Please see workbench for more information: +<% if Rails.configuration.Services.Workbench1.ExternalURL -%> +Please see Workbench for more information: - <%= Rails.configuration.workbench_address %> + <%= Rails.configuration.Services.Workbench1.ExternalURL %>user/<%=@user.uuid%> <% end -%> Thanks,