diff --git a/.erb-lint.yml b/.erb-lint.yml index a495f16c26d..efe20705430 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -31,7 +31,6 @@ linters: - '*/app/views/idv/doc_auth/link_sent.html.erb' - '*/app/views/idv/doc_auth/no_camera.html.erb' - '*/app/views/idv/doc_auth/upload.html.erb' - - '*/app/views/idv/doc_auth/send_link.html.erb' - '*/app/views/idv/doc_auth/verify.html.erb' - '*/app/views/idv/doc_auth/verify_wait.html.erb' - '*/app/views/idv/phone/new.html.erb' diff --git a/app/views/idv/doc_auth/send_link.html.erb b/app/views/idv/doc_auth/send_link.html.erb index 8cfc037fda3..f7a8bedad3e 100644 --- a/app/views/idv/doc_auth/send_link.html.erb +++ b/app/views/idv/doc_auth/send_link.html.erb @@ -2,41 +2,32 @@ <% if flow_session[:error_message] %> <%= render 'shared/alert', { - type: 'error', - class: 'margin-bottom-4', - message: flow_session[:error_message], - } %> + type: 'error', + class: 'margin-bottom-4', + message: flow_session[:error_message], + } %> <% end %>
<%= t('doc_auth.info.take_picture') %>
+<%= t('doc_auth.info.take_picture') %>
-<%= t('doc_auth.info.camera_required') %>
+<%= t('doc_auth.info.camera_required') %>
-<%= t('doc_auth.instructions.send_sms') %>
+<%= t('doc_auth.instructions.send_sms') %>
-<%= validated_form_for(:doc_auth, url: url_for, method: 'PUT', - html: { autocomplete: 'off', class: 'margin-top-2' }) do |f| %> -