]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/new.html.erb
Merge branch 'master' into openid
[rails.git] / vendor / plugins / oauth-plugin / generators / oauth_provider / templates / 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 %>