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