- |
+ |
<%= image_tag('email/letter-warning.png', width: 140, height: 140, alt: '') %>
|
diff --git a/app/views/user_mailer/shared/_in_person_ready_to_verify.html.erb b/app/views/user_mailer/shared/_in_person_ready_to_verify.html.erb
index 8c095e20d82..cd8ce7bc386 100644
--- a/app/views/user_mailer/shared/_in_person_ready_to_verify.html.erb
+++ b/app/views/user_mailer/shared/_in_person_ready_to_verify.html.erb
@@ -1,7 +1,7 @@
<% if @presenter.outage_message_enabled? %>
- |
+ |
<%= image_tag('email/warning.png', width: 16, height: 16, alt: '') %>
|
@@ -28,7 +28,7 @@
<%# Alert box %>
- |
+ |
<%= image_tag('email/info.png', width: 16, height: 16, alt: '') %>
|
@@ -51,9 +51,9 @@
- |
+ |
<%= image_tag(
- asset_url('idv/real-id.svg'),
+ asset_url('email/real-id.png'),
width: 110,
height: 80,
alt: t('in_person_proofing.process.eipp_bring_id.image_alt_text'),
@@ -61,7 +61,7 @@
class: 'margin-bottom-3',
) %>
|
-
+ |
|
<%= t('in_person_proofing.process.eipp_bring_id.info') %>
@@ -70,7 +70,7 @@
|
-
+
<%# Option 2: Bring a standard State ID... %>
<%= t('in_person_proofing.process.eipp_what_to_bring.heading') %>
@@ -80,16 +80,16 @@
- |
+ |
<%= image_tag(
- asset_url('idv/state-id-and-passport.svg'),
- width: 110.46,
- height: 129.11,
+ asset_url('email/state-id-and-passport.png'),
+ width: 110,
+ height: 129,
alt: t('in_person_proofing.process.eipp_state_id_passport.image_alt_text'),
role: 'img',
) %>
|
-
+ |
|
<%= t('in_person_proofing.process.eipp_state_id_passport.heading') %>
@@ -98,22 +98,22 @@
|
-
+
<%# B. State ID + Military ID %>
- |
+ |
<%= image_tag(
- asset_url('idv/state-id-and-military-id.svg'),
- width: 110.46,
+ asset_url('email/state-id-and-military-id.png'),
+ width: 110,
height: 93,
alt: t('in_person_proofing.process.eipp_state_id_military_id.image_alt_text'),
role: 'img',
) %>
|
-
+ |
|
<%= t('in_person_proofing.process.eipp_state_id_military_id.heading') %>
@@ -122,22 +122,22 @@
|
-
+
<%# C. State ID + two supporting documents %>
- |
+ |
<%= image_tag(
- asset_url('idv/state-id-and-fair-evidence-documents.svg'),
- width: 110.46,
+ asset_url('email/state-id-and-fair-evidence-documents.png'),
+ width: 110,
height: 107,
alt: t('in_person_proofing.process.eipp_state_id_supporting_docs.image_alt_text'),
role: 'img',
) %>
|
-
+ |
|
<%= t('in_person_proofing.process.eipp_state_id_supporting_docs.heading') %>
| | | |