]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/edit.html.erb
Convert account setting menu to tabs, and include on other pages
[rails.git] / app / views / oauth_clients / edit.html.erb
index f31063ae02fc57c4da5773cfda5425cbe678b929..b0299689ac1a8d8afea91432ab72ee70ba689890 100644 (file)
@@ -2,6 +2,8 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
+<%= 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 } %>
 <% end %>