diff --git a/app/views/DS/category_select/_option.html.erb b/app/views/DS/category_select/_option.html.erb index 8f2a36ce2..157afb49c 100644 --- a/app/views/DS/category_select/_option.html.erb +++ b/app/views/DS/category_select/_option.html.erb @@ -25,7 +25,7 @@ <%= view_helpers.render partial: "categories/badge", - formats: [ :html ], + formats: [ :html ], locals: { category: category } %> diff --git a/app/views/impersonation_sessions/_approval_bar.html.erb b/app/views/impersonation_sessions/_approval_bar.html.erb index 818fd4ec6..90821b2fa 100644 --- a/app/views/impersonation_sessions/_approval_bar.html.erb +++ b/app/views/impersonation_sessions/_approval_bar.html.erb @@ -1,12 +1,12 @@ <% pending_session = Current.true_user.impersonated_support_sessions.pending.first %> <% in_progress_session = Current.true_user.impersonated_support_sessions.in_progress.first %> -
Sure support staff has requested access to your account (likely to help you with a support request). If you approve the request, all activity they take will be logged for security and audit purposes.
<%= button_to "Approve", approve_impersonation_session_path(pending_session), method: :put, class: "inline-flex items-center px-3 py-1.5 border border-transparent text-sm font-medium rounded-md text-white bg-green-600 hover:bg-green-700 focus:outline-hidden focus:ring-2 focus:ring-offset-2 focus:ring-green-500" %> diff --git a/app/views/impersonation_sessions/_super_admin_bar.html.erb b/app/views/impersonation_sessions/_super_admin_bar.html.erb index a401e3871..9db78f2e3 100644 --- a/app/views/impersonation_sessions/_super_admin_bar.html.erb +++ b/app/views/impersonation_sessions/_super_admin_bar.html.erb @@ -1,4 +1,4 @@ -