X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/083500f056f5b995f1979f88b37793046d9e4d37..1977e66ace0751b8b4fdf3b55bde367ec33e7c57:/app/views/users/confirm.html.erb diff --git a/app/views/users/confirm.html.erb b/app/views/users/confirm.html.erb index 7b8d78d3f..a3902c0a9 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 %> - + "> <% 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 %>