From 129631e95c2ca9e4c554dec7feac79985e10ed85 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Thu, 12 Dec 2024 17:01:55 -0700 Subject: [PATCH] Use stash to access actingConfirmation variables. --- templates/ContentGenerator/GatewayQuiz.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ContentGenerator/GatewayQuiz.html.ep b/templates/ContentGenerator/GatewayQuiz.html.ep index 52ab0a94bb..b575931f0b 100644 --- a/templates/ContentGenerator/GatewayQuiz.html.ep +++ b/templates/ContentGenerator/GatewayQuiz.html.ep @@ -87,11 +87,11 @@ % last; % } % # Get confirmation before creating new test version or working on an open test for another user. -% if ($actingConfirmation) { +% if (stash->{actingConfirmation}) {
-
<%= $actingConfirmation =%>
+
<%= stash->{actingConfirmation} =%>
- <%= link_to $actingConfirmationButton => $c->systemLink( + <%= link_to stash->{actingConfirmationButton} => $c->systemLink( url_for, params => { effectiveUser => $effectiveUserID, user => $userID, submit_for_student_ok => 1 } ),