]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Merge remote-tracking branch 'upstream/pull/2782'
[rails.git] / app / views / oauth_clients / new.html.erb
index d9cc05d0224f9922143e055710f8b75531099f76..7b4ea5bb0593cd7e238bd781ea5134fcb7b618fe 100644 (file)
@@ -2,9 +2,6 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
-<div class='standard-form'>
-  <%= form_for @client_application, :url => { :action => :create } do |f| %>
-    <%= render :partial => "form", :locals => { :f => f } %>
-    <%= f.submit %>
-  <% end %>
-</div>
+<%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
+  <%= render :partial => "form", :locals => { :f => f } %>
+<% end %>