File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/views/assessor_interface/application_forms Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<% application_form = @view_object.application_form %>
5
5
6
+ <% if FeatureFlags::FeatureFlag.active?(:personas) %>
7
+ <%= govuk_notification_banner(title_text: "Important") do |notification_banner| %>
8
+ <% notification_banner.with_heading(text: "Testing feature") %>
9
+ <p class ="govuk-body "> Within this enviroment, you can sign in as the applicant of this application to help with testing.</ p >
10
+ <%= govuk_button_to "Sign in as applicant" . html_safe , teacher_sign_in_persona_path ( application_form . teacher ) %>
11
+ <% end %>
12
+ <% end %>
13
+
6
14
<%= render "linked_application_forms" ,
7
15
teacher : application_form . teacher ,
8
16
email_used_as_reference_in_this_application_form : @view_object . email_used_as_reference_in_this_application_form? ,
You can’t perform that action at this time.
0 commit comments