]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Fix user's traces tab link
[rails.git] / app / views / oauth_clients / new.html.erb
index a931cffe59660c61b51793776d298b05a8a8fc80..a048f3da14832c2e4e123d272b707781a6579274 100644 (file)
@@ -1,11 +1,9 @@
 <% content_for :heading do %>
-  <h1><%= t'oauth_clients.new.title' %></h1>
+  <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('oauth_clients.new.submit') %>
-</div>
+<%= render :partial => "settings_menu" %>
 
+<%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
+  <%= render :partial => "form", :locals => { :f => f } %>
 <% end %>