lib/generators/erb/oauth_provider_templates/edit.html.erb in oauth-plugin-0.4.0.pre7 vs lib/generators/erb/oauth_provider_templates/edit.html.erb in oauth-plugin-0.4.0.rc1

- old
+ new

@@ -1,6 +1,6 @@ <h1>Edit your application</h1> -<%% form_for :client_application, @client_application, :url => oauth_client_path(@client_application), :html => {:method => :put} do |f| %> +<%%= form_for :client_application, @client_application, :url => oauth_client_path(@client_application), :html => {:method => :put} do |f| %> <%%= render :partial => "form", :locals => { :f => f } %> <%%= submit_tag "Edit" %> <%% end %> <%%= link_to 'Show', oauth_client_path(@client_application) %> | <%%= link_to 'Back', oauth_clients_path %>