-<% content_for :heading_class, "header-illustration-heading" %>
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
- <h1><%= t ".heading" %></h1>
- <div class='header-illustration confirm-main'></div>
+ <div class='header-illustration confirm-main'>
+ <h1><%= t ".heading" %></h1>
+ </div>
<% end %>
<% if params[:confirm_string] %>
<% else %>
<h1>
<%= t ".introduction_1" %>
- <span class="text-muted">
+ <span class="text-body-secondary">
<%= t ".introduction_2" %>
</span>
</h1>
- <p class='text-muted'><%= t ".reconfirm_html",
- :reconfirm => url_for(:action => "confirm_resend") %></p>
+ <p class='text-body-secondary'>
+ <%= t ".resend_html",
+ :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>
+ </p>
<% end %>