Sha256: d2d10a046a88edff394086ba38a3947707b7520aaed90126466f2cbc2ba44104

Contents?: true

Size: 500 Bytes

Versions: 49

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

49 entries across 39 versions & 8 rubygems

Version Path
houston-oauth-plugin-0.5.1 generators/oauth_provider/templates/authorize.html.haml
filiptepper-oauth-plugin-0.3.11 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.10 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.11 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.5 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.6 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.7 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.8 generators/oauth_provider/templates/authorize.html.haml
pelle-oauth-plugin-0.3.9 generators/oauth_provider/templates/authorize.html.haml
panjiva-oauth-plugin-0.4.1 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.5.1 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.5.0 generators/oauth_provider/templates/authorize.html.haml
oauth-provider-0.5.0rc1 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.1 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.0 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.0.rc2 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.0.rc1 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.0.pre7 lib/generators/haml/oauth_provider_templates/authorize.html.haml
oauth-plugin-0.4.0.pre7 generators/oauth_provider/templates/authorize.html.haml
oauth-plugin-0.4.0.pre6 generators/oauth_provider/templates/authorize.html.haml