]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / oauth / authorize.html.erb
index d53181c172ef2776e269e5a53ddc1a3d58ce8e8e..c480b4c99d7cd27fe6896b3f97e63b757b116192 100644 (file)
@@ -9,7 +9,7 @@
   <%- if params[:oauth_callback] -%>
     <%= hidden_field_tag "oauth_callback", params[:oauth_callback] %>
   <%- end -%>
-  <p><%= t '.allow_to' %></p>
+  <p><%= t ".allow_to" %></p>
   <ul>
   <% @token.client_application.permissions.each do |perm| %>
     <li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= label_tag perm.to_s, t(".#{perm}") %></li>