Sha256: 39e1ed91d89397a8a91d8da7d726f2340bc590fadf82d842edb1939095c355b9

Contents?: true

Size: 500 Bytes

Versions: 9

Compression:

Stored size: 500 Bytes

Contents

%h1 Authorize access to your account
%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?
= 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'
    authorize access
  %p
    = submit_tag

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
houston-oauth-plugin-0.5.1 lib/generators/haml/oauth_provider_templates/authorize.html.haml
panjiva-oauth-plugin-0.4.1 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.5.1 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.5.0 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-provider-0.5.0rc1 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.4.1 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.4.0 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.4.0.rc2 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.4.0.rc1 lib/generators/haml/oauth_provider_templates/authorize.html.haml