From ffb6a2fbc2552b38dd27b216c9db6539e81cef56 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 15 Jun 2022 10:26:54 -0300 Subject: [PATCH] 18858: Doc site URL fix. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- apps/workbench/app/views/users/_show_admin.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}?"} %> -- 2.30.2