lib/generators/haml/oauth_provider_templates/new.html.haml in oauth-plugin-0.4.0.pre7 vs lib/generators/haml/oauth_provider_templates/new.html.haml in oauth-plugin-0.4.0.rc1

- old
+ new

@@ -1,5 +1,5 @@ %h1 Register a new application -- form_for :client_application, :url => { :action => :create } do |f| += form_for :client_application, :url => { :action => :create } do |f| = render :partial => "form", :locals => { :f => f } = submit_tag "Register"