]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/new.html.erb
Merge oauth branch at r17138 to trunk.
[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 %>