]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/new.html.erb
Merge remote-tracking branch 'upstream/pull/4717'
[rails.git] / app / views / oauth_clients / new.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <%= render :partial => "settings_menu" %>
6
7 <%= bootstrap_form_for @client_application, :url => { :action => :create } do |f| %>
8   <%= render :partial => "form", :locals => { :f => f } %>
9 <% end %>