<% content_for :heading_class, "pb-0" %> <% content_for :heading do %>

<%= t ".heading" %>

<% end %> <% if params[:confirm_string] %> <% content_for :head do %> <%= javascript_include_tag "user" %> <% end %> <% content_for(:content_class) { "user_confirm" } %>

<%= 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 ".introduction_1" %> <%= t ".introduction_2" %>

<%= t ".resend_html", :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>

<% end %>