]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Use with_locale for the copyright page
[rails.git] / app / views / oauth_clients / new.html.erb
index 0a49f48f88150946550cd7c8142181457a5aa08e..a048f3da14832c2e4e123d272b707781a6579274 100644 (file)
@@ -2,9 +2,8 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
-<div class='standard-form'>
-  <%= form_for :client_application, :url => { :action => :create } do |f| %>
-    <%= render :partial => "form", :locals => { :f => f } %>
-    <%= submit_tag t(".submit") %>
-  <% end %>
-</div>
+<%= render :partial => "settings_menu" %>
+
+<%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
+  <%= render :partial => "form", :locals => { :f => f } %>
+<% end %>