]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/index.html.erb
Drop use of record_tag_helper
[rails.git] / app / views / oauth_clients / index.html.erb
index 80cae9a6d3439135d9701ec4c2dd3d245e53eff3..41e1e144660cf59f063ace779677c987b79d5456 100644 (file)
@@ -28,9 +28,9 @@
 <% else %>
 <p><%= t ".registered_apps" %></p>
 <% @client_applications.each do |client| %>
-  <%= div_for client do %>
+  <div class="client_application">
     <%= link_to client.name, :action => :show, :id => client.id %>
-  <% end %>
+  </div>
 <% end %>
 <% end %>
 <h3><%= link_to t(".register_new"), :action => :new %></h3>