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

- old
+ new

@@ -1,7 +1,7 @@ <h1>Authorize access to your account</h1> <p>Would you like to authorize <%%= link_to @token.client_application.name,@token.client_application.url %> (<%%= link_to @token.client_application.url,@token.client_application.url %>) to access your account?</p> -<%% form_tag authorize_url do %> +<%%= form_tag authorize_url do %> <%%= hidden_field_tag "oauth_token", @token.token %> <%%- if params[:oauth_callback] -%> <%%= hidden_field_tag "oauth_callback", params[:oauth_callback] %> <%%- end -%> <p>