X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/users/confirm.html.erb?ds=sidebyside diff --git a/app/views/users/confirm.html.erb b/app/views/users/confirm.html.erb index 167801cbb..3a2e12578 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,12 +10,12 @@ <% content_for(:content_class) { "user_confirm" } %> -

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

+

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

<%= form_tag({}, { :id => "confirm" }) do %> - + "> <% end %> <% else %>

@@ -26,5 +26,5 @@

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

+ :reconfirm => url_for(:action => "confirm_resend") %>

<% end %>