-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1841 from 18F/nb-update-verified-message
Update verify messages with app name
- Loading branch information
Showing
14 changed files
with
39 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
-title @view_model.title | ||
.clearfix.col-10.sm-col-12.mx-auto | ||
.center | ||
= image_tag(asset_url(@view_model.image_name), width: 140, alt: '', class: 'mb2') | ||
h1.h3.mb2.my0.px1.center = @view_model.heading | ||
|
||
.clearfix | ||
.col-10.sm-col-12.mx-auto | ||
.center | ||
= image_tag(asset_url(@view_model.image_name), width: 140, alt: '', class: 'mb2') | ||
h1.h3.mb3.my0.regular.center = @view_model.heading | ||
= render @view_model.service_provider_partial | ||
|
||
= render @view_model.service_provider_partial | ||
|
||
= link_to t('idv.messages.return_to_profile'), profile_path | ||
= link_to t('idv.messages.return_to_profile'), profile_path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.mt2.p3.col-12.center.border-box.border.border-teal.rounded-xl | ||
p.mb3.fs-20p | ||
.mt2.py2.px3.col-12.center.border-box.border.border-teal.rounded-xl | ||
p.fs-20p | ||
= t('idv.messages.help_center_html') | ||
= link_to t('idv.buttons.continue_plain'), | ||
MarketingSite.help_url, | ||
class: 'btn btn-primary btn-wide' | ||
p = link_to t('idv.buttons.continue_plain'), | ||
MarketingSite.help_url, | ||
class: 'btn btn-primary btn-wide' | ||
hr.mt2 | ||
.mt2 | ||
= link_to t('idv.messages.return_to_profile', app: APP_NAME), profile_path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
- title t('idv.titles.hardfail') | ||
.clearfix.col-10.sm-col-12.mx-auto | ||
.center | ||
= image_tag(asset_url('no-verify.svg'), | ||
alt: '', | ||
class: 'mb2', | ||
width: 140) | ||
|
||
.mb1.sm-m0.center.pb1 | ||
= image_tag(asset_url('no-verify.svg'), | ||
alt: '', | ||
class: 'align-bottom', | ||
width: 170) | ||
h1.h3.mt0.center.px6 | ||
= t('idv.titles.hardfail') | ||
= render decorated_session.idv_hardfail4_partial | ||
h1.h3.mb2.my0.px1.center = t('idv.titles.hardfail', app: APP_NAME) | ||
|
||
= render decorated_session.idv_hardfail4_partial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters