-
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.
**Why**: After a user fails to verify based on supplied info the user is redirected to help pages if logging in directly on the app. If coming from an SP, they are instructed to visit the SP for more help.
- Loading branch information
Nick Bristow
authored and
Nick Bristow
committed
Aug 28, 2017
1 parent
2b4a862
commit 2a80678
Showing
11 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1,11 @@ | ||
p.mb1 = t('idv.messages.hardfail4', sp: decorated_session.sp_name) | ||
p.mb1 = t('idv.messages.hardfail', hours: Figaro.env.idv_attempt_window_in_hours) | ||
.mt2.p3.col-12.center.border-box.border.border-teal.rounded-xl | ||
p.mb3.fs-20p = t('idv.messages.hardfail4', sp: decorated_session.sp_name).html_safe | ||
= link_to t('idv.buttons.continue_plain'), | ||
decorated_session.sp_return_url, | ||
class: 'btn btn-primary btn-wide' | ||
hr.mt2 | ||
.mt2 = link_to t('idv.messages.help_center'), MarketingSite.help_url | ||
.mt2 | ||
| < | ||
= link_to ' Return to your login.gov 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.mt2.p3.col-12.center.border-box.border.border-teal.rounded-xl | ||
p.mb3.fs-20p | ||
= t('idv.messages.help_center') | ||
= link_to t('idv.buttons.continue_plain'), | ||
MarketingSite.help_url, | ||
class: 'btn btn-primary btn-wide' | ||
hr.mt2 | ||
.mt2 | ||
| < | ||
= link_to ' Return to your login.gov 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
- title t('idv.titles.hardfail') | ||
|
||
h1.h3.mt0 = t('idv.titles.hardfail') | ||
p.mb1 = t('idv.messages.hardfail', hours: Figaro.env.idv_attempt_window_in_hours) | ||
.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 | ||
|
||
.mt4.p3.col-12.center.border-box.border.border-teal.rounded-xl | ||
p.mb3.fs-20p = t('idv.messages.help_center') | ||
= link_to t('idv.buttons.help'), MarketingSite.help_url, class: 'btn btn-primary btn-wide' |
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