From: Lucas Di Pentima Date: Wed, 15 Jun 2022 13:26:54 +0000 (-0300) Subject: 18858: Doc site URL fix. X-Git-Tag: 2.5.0~124^2~15 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ffb6a2fbc2552b38dd27b216c9db6539e81cef56 18858: Doc site URL fix. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/apps/workbench/app/views/users/_show_admin.html.erb b/apps/workbench/app/views/users/_show_admin.html.erb index 1da22d438f..b151ceff04 100644 --- a/apps/workbench/app/views/users/_show_admin.html.erb +++ b/apps/workbench/app/views/users/_show_admin.html.erb @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0 %>

- This page enables you to manage users. + This page enables you to manage users.

@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0 %> As an admin, you can deactivate and reset this user. This will remove all repository/VM permissions for the user. If you "setup" the user again, the user will have to sign the user - agreement again. You may also want to reassign data ownership. + agreement again. You may also want to reassign data ownership.

<%= button_to "Deactivate #{@object.full_name}", unsetup_user_url(id: @object.uuid), class: 'btn btn-primary', data: {confirm: "Are you sure you want to deactivate #{@object.full_name}?"} %>