]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/new.html.erb
Add a link to [[Visibility of GPS traces]] on the wiki to explain what public/private...
[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    <br />
5    <%= submit_tag "Register" %>
6 <% end %>