-
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.
We have Received your Broker Application page (#4369)
- Loading branch information
1 parent
4cb1e24
commit f9c24cc
Showing
2 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
36 changes: 24 additions & 12 deletions
36
app/views/broker_agencies/broker_roles/extended_confirmation.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,13 +1,25 @@ | ||
<div id="broker_confimation_panel"> | ||
<div class="container"> | ||
<h2>We Received Your Broker Application</h2> | ||
<p>Now that you’ve registered, we will review your application and confirm that you have:</p> | ||
<ul> | ||
<li>Completed the <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> Consumer Assistance Center</li> | ||
<li>Have an active producer license with health authority with the Maine Bureau of Insurance</li> | ||
</ul> | ||
<p>If you have met all of the requirements, you’ll get an email from <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> in the next 7-10 business days with a link to set up your <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> password.</p> | ||
<p>Registration and certification with <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> does not guarantee appointments with carriers. You still need to work with carriers to secure appointments.</p> | ||
<p>If you have any questions call <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> at <%= EnrollRegistry[:enroll_app].setting(:contact_center_short_number).item %> TTY: <%=EnrollRegistry[:enroll_app].settings(:contact_center_tty_number).item%></p> | ||
<% if @bs4 %> | ||
<h1><%= l10n("broker_agencies.broker_roles.confirmation.heading") %></h1> | ||
<p><%= l10n("broker_agencies.broker_roles.confirmation.description1") %></p> | ||
<ul> | ||
<li><%= l10n("broker_agencies.broker_roles.confirmation.li1")%> <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> <%= l10n("broker_agencies.broker_roles.confirmation.li1.assistance")%></li> | ||
<li><%= l10n("broker_agencies.broker_roles.confirmation.li2")%></li> | ||
</ul> | ||
<p><%= l10n("broker_agencies.broker_roles.confirmation.description2") %></p> | ||
<p><%= l10n("broker_agencies.broker_roles.confirmation.description3") %></p> | ||
<p><%= l10n("broker_agencies.broker_roles.confirmation.description4") %></p> | ||
<% else %> | ||
<div id="broker_confimation_panel"> | ||
<div class="container"> | ||
<h2>We Received Your Broker Application</h2> | ||
<p>Now that you’ve registered, we will review your application and confirm that you have:</p> | ||
<ul> | ||
<li>Completed the <a target="_blank" rel='noopener noreferrer' href='https://coverme.inquisiqlms.com/'><%= EnrollRegistry[:enroll_app].setting(:short_name).item %> training</a> provided by <%=EnrollRegistry[:enroll_app].setting(:short_name).item %> Consumer Assistance Center</li> | ||
<li>Have an active producer license with health authority with the Maine Bureau of Insurance</li> | ||
</ul> | ||
<p>If you have met all of the requirements, you’ll get an email from <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> in the next 7-10 business days with a link to set up your <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> password.</p> | ||
<p>Registration and certification with <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> does not guarantee appointments with carriers. You still need to work with carriers to secure appointments.</p> | ||
<p>If you have any questions call <%= EnrollRegistry[:enroll_app].setting(:short_name).item %> at <%= EnrollRegistry[:enroll_app].setting(:contact_center_short_number).item %> TTY: <%=EnrollRegistry[:enroll_app].settings(:contact_center_tty_number).item%></p> | ||
</div> | ||
</div> | ||
</div> | ||
<% 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