]> git.openstreetmap.org Git - rails.git/blob - app/views/users/confirm_email.html.erb
Merge pull request #2809 from tomhughes/bootstrap
[rails.git] / app / views / users / confirm_email.html.erb
1 <% content_for :head do %>
2   <%= javascript_include_tag "user" %>
3 <% end %>
4
5 <% content_for(:content_class) { "user_confirm" } %>
6
7 <% content_for :heading do %>
8   <h1><%= t ".heading" %></h1>
9 <% end %>
10
11 <p><%= t ".press confirm button" %></p>
12
13 <%= bootstrap_form_tag :html => { :id => "confirm" } do |f| %>
14   <%= f.hidden_field :confirm_string, :value => params[:confirm_string] %>
15   <%= f.primary t(".button") %>
16 <% end %>