% content_for :heading_class, "pb-0" %> <% content_for :heading do %>
<%= t ".press confirm button" %>
<%= bootstrap_form_tag :html => { :id => "confirm" } do |f| %> <%= f.hidden_field :display_name, :value => params[:display_name] %> <%= f.hidden_field :confirm_string, :value => params[:confirm_string] %> <%= f.primary t(".button") %> <% end %> <% else %><%= t ".resend_html", :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>
<% end %>