]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/new.html.erb
Redirect after processing user changes
[rails.git] / app / views / oauth_clients / new.html.erb
1 <h1><%= t'oauth_clients.new.title' %></h1>
2 <% form_for :client_application, :url => { :action => :create } do |f| %>
3    <%= render :partial => "form", :locals => { :f => f } %>
4    <br />
5    <%= submit_tag t('oauth_clients.new.submit') %>
6 <% end %>