]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize.html.erb
Remove inline styles
[rails.git] / app / views / oauth / authorize.html.erb
index 565d13808a6c6fb5c52c2afc920639c784d0cc41..c0271350d3f2d0bfd512cb64e7a250d95cf7f14f 100644 (file)
@@ -10,7 +10,7 @@
     <%= 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 %>