Sha256: 97bd5096b4370422f96de7ed8efb13fc6d079022424e5ab6eecd4165e88bc7ec

Contents?: true

Size: 671 Bytes

Versions: 14

Compression:

Stored size: 671 Bytes

Contents

<h1><%=translate('muck.oauth.authorize_access') %></h1>
<p><%=translate('muck.oauth.authorize_access_question', :link => link_to @token.client_application.url,@token.client_application.url, 
                                                        :name => link_to @token.client_application.name,@token.client_application.url) %></p>
<% 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>
  <%= check_box_tag 'authorize' %> <%=translate('muck.oauth.authorize_access_label') %>
</p>
<p>
  <%= submit_tag %>
</p>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
muck-oauth-0.2.4 app/views/oauth/authorize.html.erb
muck-oauth-0.2.3 app/views/oauth/authorize.html.erb
muck-oauth-0.2.2 app/views/oauth/authorize.html.erb
muck-oauth-0.2.1 app/views/oauth/authorize.html.erb
muck-oauth-0.2.0 app/views/oauth/authorize.html.erb
muck-oauth-0.1.11 app/views/oauth/authorize.html.erb
muck-oauth-0.1.9 app/views/oauth/authorize.html.erb
muck-oauth-0.1.8 app/views/oauth/authorize.html.erb
muck-oauth-0.1.7 app/views/oauth/authorize.html.erb
muck-oauth-0.1.6 app/views/oauth/authorize.html.erb
muck-oauth-0.1.5 app/views/oauth/authorize.html.erb
muck-oauth-0.1.4 app/views/oauth/authorize.html.erb
muck-oauth-0.1.3 app/views/oauth/authorize.html.erb
muck-oauth-0.1.2 app/views/oauth/authorize.html.erb