<% 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' %>

<%= form_tag({}, { :id => "confirm" }) do %> <% end %> <% else %>

<%= t ".introduction_1" %> <%= t ".introduction_2" %>

<%= t ".reconfirm_html", :reconfirm => url_for(:action => 'confirm_resend')%>

<% end %>