]> git.openstreetmap.org Git - rails.git/blob - app/views/site/verifysignup.html.erb
4f5ecb621c83f07ff88046598d7ee44469d857d5
[rails.git] / app / views / site / verifysignup.html.erb
1 <% content_for :head do %>
2 <% end %>
3
4 <%= content_for :heading do %>
5   <h2><%= t "verify_page.title" %></h2>
6   <div class='header-illustration verify-main'></div>
7 <% end %>
8
9 <h1><%= t "verify_page.introduction_html" %></h1>
10
11 <p class='deemphasize'><%= t "verify_page.antispam_alert_html" %></p>
12
13 <%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath), {:class => 'button', :title => t('layouts.log_in_tooltip')} %>