Sha256: 753aea994d81795084d8dd46f8d88e268544d0e2d0520ecb46cc3753ca2567ac

Contents?: true

Size: 561 Bytes

Versions: 4

Compression:

Stored size: 561 Bytes

Contents

<% form_tag({:controller => '/platform/oauth', :action => :authorize}, :id => 'auth_form') do %>
  <%= hidden_field_tag "response_type", @response_type%>
  <%= hidden_field_tag "client_id", params[:client_id]%>
  <%= hidden_field_tag "redirect_url", @redirect_url %>
  <%= hidden_field_tag "state", params[:state] %>
  <%= hidden_field_tag "scope", @scope %>
  <%= hidden_field_tag "origin", params[:origin]%>
  <%= hidden_field_tag "callback", params[:callback]%>
  <%= hidden_field_tag "display", @display%>
  <%= hidden_field_tag 'authorize', 1 %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/apps/_authorize_form.html.erb
platform-3.1.3 app/views/platform/apps/_authorize_form.html.erb
platform-3.1.2 app/views/platform/apps/_authorize_form.html.erb
platform-3.1.1 app/views/platform/apps/_authorize_form.html.erb