]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/new.html.erb
Adding initial version of the OAuth token authentication method. This adds basic...
[rails.git] / app / views / oauth_clients / new.html.erb
1 <h1>Register a new application</h1>
2 <% form_for :client_application, :url => { :action => :create } do |f| %>
3    <%= render :partial => "form", :locals => { :f => f } %>
4    <%= submit_tag "Register" %>
5 <% end %>