X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2a3bc0a38789b29b8798eafd80fc4fb77c5c7957..fa7b3022a8a0a07ffae62973af0548f90ad82f2a:/app/views/user/confirm.html.erb diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index f8147ac78..f52098289 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,12 +1,14 @@ <% content_for :heading do %> -

<%= t 'user.confirm.heading' %>

+

<%= t 'user.confirm.heading' %>

<% end %> <% if params[:confirm_string] %> - + <% content_for :head do %> + <%= javascript_include_tag "user" %> + <% end %> + + <% content_for(:content_class) { "user_confirm" } %>

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

@@ -15,10 +17,6 @@ <% end %> - - <% else %>

<%= t "user.confirm.introduction_1" %> @@ -27,7 +25,6 @@

-

<%= t "user.confirm.antispam_alert_html" %>

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

<% end %>