]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize.html.erb
Merge remote-tracking branch 'openstreetmap/pull/1496'
[rails.git] / app / views / oauth / authorize.html.erb
index 7b0a2cc166e9934c60c7f17802af6fc15c0d96d2..c0271350d3f2d0bfd512cb64e7a250d95cf7f14f 100644 (file)
     <%= hidden_field_tag "oauth_callback", params[:oauth_callback] %>
   <%- end -%>
   <p><%= t 'oauth.oauthorize.allow_to' %></p>
-  <ul style="list-style:none">
+  <ul>
   <% @token.client_application.permissions.each do |perm| %>
     <li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t "oauth.oauthorize.#{perm}" %></li>
   <% end %>
   </ul>
-  <p><%= submit_tag t("oauth.oauthorize.grant_access" %></p>
+  <p><%= submit_tag t("oauth.oauthorize.grant_access") %></p>
 <% end %>