|
1 | | -<% if @bs4 %> |
2 | | - <%= render partial: 'shared/progress_side_nav', locals: {nav: sign_up_nav_options(1)} %> |
3 | | - <h1><%= l10n("verify_identity") %></h1> |
4 | | - <% if EnrollRegistry.feature_enabled?(:ridp_h139) %> |
5 | | - <p><%= l10n("insured.consumer_roles.upload_ridp_documents.ridp_h139_info") %></p> |
6 | | - <%= render partial: 'insured/fdsh_ridp_verifications/options_to_verify_identity' %> |
7 | | - <%= render partial: 'shared/application_types_list' %> |
8 | | - <div class="outstanding-ridp-documents"> |
9 | | - <%= render partial: 'insured/fdsh_ridp_verifications/outstanding_ridp_documents' %> |
10 | | - </div> |
11 | | - <% else %> |
12 | | - <p><%= l10n("insured.consumer_roles.upload_ridp_documents.non_ridp_h139_info") %></p> |
13 | | - <%= render partial: 'insured/interactive_identity_verifications/options_to_verify_identity' %> |
14 | | - <%= render partial: 'shared/application_types_list' %> |
15 | | - <br> |
16 | | - <div class="outstanding-ridp-documents"> |
17 | | - <%= render partial: 'insured/interactive_identity_verifications/outstanding_ridp_documents' %> |
18 | | - </div> |
19 | | - <% end %> |
20 | | - <%= render partial: "shared/progress_navigation_buttons", locals: {next_link: ridp_redirection_link(@person), disable_link: ridp_step_2_disabled(@person, @person.consumer_role.application_verified?, @person.consumer_role.identity_verified?)} %> |
| 1 | +<%= render partial: 'shared/progress_side_nav', locals: {nav: sign_up_nav_options(1)} %> |
| 2 | +<h1><%= l10n("verify_identity") %></h1> |
| 3 | +<% if @manual_verification_only %> |
| 4 | + <p><%= l10n("insured.consumer_roles.upload_ridp_documents.manual_verification_only_info", site_long_name: site_long_name) %></p> |
21 | 5 | <% else %> |
22 | | - <div class="content"> |
23 | | - <div class="container"> |
24 | | - <div class="row"> |
25 | | - <div class="col-lg-7 col-md-7 col-sm-8 col-xs-12"> |
26 | | - <% if EnrollRegistry.feature_enabled?(:ridp_h139) %> |
27 | | - <h4>Allowing Experian to verify your identity is the fastest way to continue your application. If you change your mind and want to use Experian, go back to the previous page.</h4> |
28 | | - <%= render partial: 'insured/fdsh_ridp_verifications/options_to_verify_identity' %> |
29 | | - <%= render partial: 'shared/application_types_list' %> |
30 | | - <br> |
31 | | - <div class="outstanding-ridp-documents"> |
32 | | - <%= render partial: 'insured/fdsh_ridp_verifications/outstanding_ridp_documents' %> |
33 | | - </div> |
34 | | - <% else %> |
35 | | - <h4>Allowing Experian to verify your identity is the fastest way to continue your application. If you change your mind, go back to the previous page.</h4> |
36 | | - <%= render partial: 'insured/interactive_identity_verifications/options_to_verify_identity' %> |
37 | | - <%= render partial: 'shared/application_types_list' %> |
38 | | - <br> |
39 | | - <div class="outstanding-ridp-documents"> |
40 | | - <%= render partial: 'insured/interactive_identity_verifications/outstanding_ridp_documents' %> |
41 | | - </div> |
42 | | - <% end %> |
43 | | - </div> |
44 | | - |
45 | | - <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 col-md-offset-2 col-sm-offset-1 right-section"> |
46 | | - <%= render partial: 'shared/individual_progress', locals: {step: '2', next_link: ridp_redirection_link(@person), identity_verified: @person.consumer_role.identity_verified?, application_verified: @person.consumer_role.application_verified?} %> |
47 | | - </div> |
48 | | - </div> |
49 | | - </div> |
50 | | - </div> |
| 6 | + <p><%= l10n("insured.consumer_roles.upload_ridp_documents.ridp_h139_info") %></p> |
51 | 7 | <% end %> |
| 8 | +<%= render partial: 'insured/fdsh_ridp_verifications/options_to_verify_identity' %> |
| 9 | +<%= render partial: 'shared/application_types_list' %> |
| 10 | +<div class="outstanding-ridp-documents"> |
| 11 | + <%= render partial: 'insured/fdsh_ridp_verifications/outstanding_ridp_documents' %> |
| 12 | +</div> |
| 13 | +<%= render partial: "shared/progress_navigation_buttons", locals: {next_link: ridp_redirection_link(@person), disable_link: ridp_step_2_disabled(@person, @person.consumer_role.application_verified?, @person.consumer_role.identity_verified?), dont_show_prev_button: @manual_verification_only} %> |
0 commit comments