From 88c5d17cf76774ec9f8abba63fef255adbc3393d Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 1 Jun 2026 04:36:39 -0500 Subject: [PATCH] Link directly to pending user account in email notification (#39206) --- app/views/admin_mailer/new_pending_account.text.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin_mailer/new_pending_account.text.erb b/app/views/admin_mailer/new_pending_account.text.erb index 9eabb8f150..c6933a258b 100644 --- a/app/views/admin_mailer/new_pending_account.text.erb +++ b/app/views/admin_mailer/new_pending_account.text.erb @@ -7,4 +7,4 @@ <%= quote_wrap(@account.user&.invite_request&.text) %> <% end %> -<%= raw t('application_mailer.view')%> <%= admin_accounts_url(status: 'pending') %> +<%= raw t('application_mailer.view')%> <%= admin_account_url(@account.id) %>