Sha256: ea4be50007aae54e3349aac18c7393dcab10a1fe16f15f55fcfd30f4c23c49dd
Contents?: true
Size: 508 Bytes
Versions: 3
Compression:
Stored size: 508 Bytes
Contents
<h2><%= @client_app.name %> Would like to access your Data</h2> Do not accept if you do not know them or you would not like to authorize this url: <%= @redirect_uri %> <%= form_for @client_app, :url => oauth_authorize_path(:client_id => @client_app.client_id, :redirect_uri => @redirect_uri), :method => :post do |f| %> <%= f.submit 'I Authorize This Application', :id => 'oauthAuthorize' %> <%- end -%> <%= button_to 'I Do Not Authorize This Application', request.referrer, :id => 'oauthNoAuthorize' %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opro-0.0.1.pre1.0.2 | app/views/oauth/auth/new.html.erb |
opro-0.0.1.pre1.0.1 | app/views/oauth/auth/new.html.erb |
opro-0.0.1.pre | app/views/oauth/auth/new.html.erb |