1 <% content_for :head do %>
4 <%= content_for :heading do %>
5 <h2><%= t "verify_page.title" %></h2>
6 <div class='header-illustration verify-main'></div>
9 <h1><%= t "verify_page.introduction_html" %></h1>
11 <p class='deemphasize'><%= t "verify_page.antispam_alert_html" %></p>
13 <%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath), {:class => 'button', :title => t('layouts.log_in_tooltip')} %>