1 <% content_for :heading do %>
 
   2   <h1><%= t ".heading" %></h1>
 
   3   <div class='header-illustration confirm-main'></div>
 
   6 <% if params[:confirm_string] %>
 
   7   <% content_for :head do %>
 
   8     <%= javascript_include_tag "user" %>
 
  11   <% content_for(:content_class) { "user_confirm" } %>
 
  13   <p><%= t ".press confirm button" %></p>
 
  15   <%= bootstrap_form_tag :html => { :id => "confirm" } do |f| %>
 
  16     <%= f.hidden_field :display_name, :value => params[:display_name] %>
 
  17     <%= f.hidden_field :confirm_string, :value => params[:confirm_string] %>
 
  18     <%= f.primary t(".button") %>
 
  22     <%= t ".introduction_1" %>
 
  23     <span class="text-muted">
 
  24       <%= t ".introduction_2" %>
 
  28   <p class='text-muted'><%= t ".reconfirm_html",
 
  29                               :reconfirm => url_for(:action => "confirm_resend") %></p>