]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/new.html.erb
use {{count}} instead of {{sent_count}} so rails plural forms will kick in
[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 %>