X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..f70ec189894ef6bc37355cad7990420065a0b2cb:/app/views/users/confirm.html.erb diff --git a/app/views/users/confirm.html.erb b/app/views/users/confirm.html.erb index 167801cbb..fde545546 100644 --- a/app/views/users/confirm.html.erb +++ b/app/views/users/confirm.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %> @@ -10,21 +10,21 @@ <% content_for(:content_class) { "user_confirm" } %> -

<%= t '.press confirm button' %>

+

<%= t ".press confirm button" %>

- <%= form_tag({}, { :id => "confirm" }) do %> - - - + <%= bootstrap_form_tag :html => { :id => "confirm" } do |f| %> + <%= f.hidden_field :display_name, :value => params[:display_name] %> + <%= f.hidden_field :confirm_string, :value => params[:confirm_string] %> + <%= f.primary t(".button") %> <% end %> <% else %>

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

-

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

+

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

<% end %>