]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth2_applications/edit.html.erb
Convert account setting menu to tabs, and include on other pages
[rails.git] / app / views / oauth2_applications / edit.html.erb
index 94b51893e8c0765041edb388f8ba22b68c4a148e..0069e7e60e6dccc83b49457c3f3209c4e7da0bd9 100644 (file)
@@ -2,6 +2,8 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
+<%= render :partial => "settings_menu" %>
+
 <%= bootstrap_form_for @application, :url => oauth_application_path(@application), :html => { :method => :put } do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
 <% end %>