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

- old
+ new

@@ -3,10 +3,10 @@ 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? -- 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] %p = check_box_tag 'authorize'