]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Convert account setting menu to tabs, and include on other pages
[rails.git] / app / views / oauth_clients / new.html.erb
index 7b4ea5bb0593cd7e238bd781ea5134fcb7b618fe..a048f3da14832c2e4e123d272b707781a6579274 100644 (file)
@@ -2,6 +2,8 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
+<%= render :partial => "settings_menu" %>
+
 <%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
 <% end %>