]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/edit.html.erb
Merge remote-tracking branch 'upstream/pull/4728'
[rails.git] / app / views / oauth_clients / edit.html.erb
index 99aab0ed03b95d9d7db616eb846ed28ae50cafc5..b0299689ac1a8d8afea91432ab72ee70ba689890 100644 (file)
@@ -1,9 +1,9 @@
 <% content_for :heading do %>
 <% content_for :heading do %>
-  <h1><%= t'oauth_clients.edit.title' %></h1>
+  <h1><%= t ".title" %></h1>
 <% end %>
 
 <% end %>
 
-<%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
+<%= render :partial => "settings_menu" %>
+
+<%= bootstrap_form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
   <%= render :partial => "form", :locals => { :f => f } %>
-  <br/>
-  <%= submit_tag t'oauth_clients.edit.submit' %>
 <% end %>
 <% end %>