]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/confirm.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / users / confirm.html.erb
index 167801cbbb84519fce0077d4df54203e11a88109..3a2e125789a66e818a843ea58d0ba3dff0eaec07 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
 <% content_for :heading do %>
-  <h1><%= t '.heading' %></h1>
+  <h1><%= t ".heading" %></h1>
   <div class='header-illustration confirm-main'></div>
 <% end %>
 
   <div class='header-illustration confirm-main'></div>
 <% end %>
 
 
   <% content_for(:content_class) { "user_confirm" } %>
 
 
   <% content_for(:content_class) { "user_confirm" } %>
 
-  <p><%= t '.press confirm button' %></p>
+  <p><%= t ".press confirm button" %></p>
 
   <%= form_tag({}, { :id => "confirm" }) do %>
     <input type="display_name" name="confirm_string" value="<%= params[:display_name] %>">
     <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
 
   <%= form_tag({}, { :id => "confirm" }) do %>
     <input type="display_name" name="confirm_string" value="<%= params[:display_name] %>">
     <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
-    <input type="submit" name="confirm_action" value="<%= t '.button' %>">
+    <input type="submit" name="confirm_action" value="<%= t ".button" %>">
   <% end %>
 <% else %>
   <h1>
   <% end %>
 <% else %>
   <h1>
@@ -26,5 +26,5 @@
   </h1>
 
   <p class='deemphasize'><%= t ".reconfirm_html",
   </h1>
 
   <p class='deemphasize'><%= t ".reconfirm_html",
-                               :reconfirm => url_for(:action => 'confirm_resend') %></p>
+                               :reconfirm => url_for(:action => "confirm_resend") %></p>
 <% end %>
 <% end %>