diff --git a/app/views/layouts/form.html.erb b/app/views/layouts/form.html.erb index 284d585a..09a25d3c 100644 --- a/app/views/layouts/form.html.erb +++ b/app/views/layouts/form.html.erb @@ -13,7 +13,7 @@ <%= stylesheet_pack_tag 'form', media: 'all' %>
- + Skip to main content <%= yield %> diff --git a/app/views/layouts/plain.html.erb b/app/views/layouts/plain.html.erb index 2ce9467b..1580360e 100644 --- a/app/views/layouts/plain.html.erb +++ b/app/views/layouts/plain.html.erb @@ -13,7 +13,7 @@ <%= stylesheet_pack_tag 'application', media: 'all' %> - + Skip to main content <% if flash.present? %><%= render 'shared/flash' %><% end %> diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb index be9c1691..bc6322b3 100644 --- a/app/views/submissions/show.html.erb +++ b/app/views/submissions/show.html.erb @@ -7,7 +7,7 @@ <% is_combined_enabled = configs.find { |e| e.key == AccountConfig::COMBINE_PDF_RESULT_KEY }&.value == true && !@submission.template_fields&.any? { |f| f['type'] == 'verification' } %> <% with_submitter_timezone = configs.find { |e| e.key == AccountConfig::WITH_SUBMITTER_TIMEZONE_KEY }&.value == true %> <% with_signature_id_reason = configs.find { |e| e.key == AccountConfig::WITH_SIGNATURE_ID_REASON_KEY }&.value != false %> -