-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more work on consumer flow * faa error pages to bs4 --------- Signed-off-by: kristinmerbach <[email protected]>
- Loading branch information
1 parent
4a1c164
commit e77cbc7
Showing
7 changed files
with
54 additions
and
13 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
28 changes: 19 additions & 9 deletions
28
...assistance/app/views/financial_assistance/applications/application_publish_error.html.erb
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,21 @@ | ||
<div class="col-md-7"> | ||
<div class=""> | ||
<p class="alert alert-error hide"></p> | ||
<h1 class="darkblue">Error Submitting Application</h1> | ||
<h4 class="darkblue"><%= l10n('faa.publish_error.second_error_message') %></h4> | ||
<% if @bs4 %> | ||
<%= render partial: '/financial_assistance/shared/faa_progress_options', locals: {step: 3} %> | ||
<h1><%= l10n("faa.publish_error.title") %></h1> | ||
<div class="my-4"> | ||
<%= render_flash use_bs4: @bs4 %> | ||
</div> | ||
<p class="mb-4"><%= l10n('faa.publish_error.second_error_message_with_help', phone: "#{EnrollRegistry[:enroll_app].settings(:contact_center_short_number).item} / TTY: #{EnrollRegistry[:enroll_app].setting(:contact_center_tty_number).item}") %></p> | ||
<%= h(link_to(l10n("faa.publish_error.back"), financial_assistance.applications_path(tab: 'cost_savings'))) %> | ||
<% else %> | ||
<div class="col-md-7"> | ||
<div class=""> | ||
<p class="alert alert-error hide"></p> | ||
<h1 class="darkblue">Error Submitting Application</h1> | ||
<h4 class="darkblue"><%= l10n('faa.publish_error.second_error_message') %></h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> | ||
</div> | ||
<%= render partial: "/ui-components/v1/modals/help_with_plan" %> | ||
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> | ||
</div> | ||
<%= render partial: "/ui-components/v1/modals/help_with_plan" %> | ||
<% end %> |
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