Sha256: 5247e7646a9d26b9de1a0a03cf480e142f4f9bd4f6ba5731936f9e847869b933

Contents?: true

Size: 824 Bytes

Versions: 25

Compression:

Stored size: 824 Bytes

Contents

<article class="authorization">
  <h2>
    <%= t 'authorization.new.title', client: @client.name %>
  </h2>

  <%= raw t('authorization.new.permission.title', client: link_to(@client.name, @client.url)) %>

  <ul>
    <li>
      &#8226&#32<%= t 'permission.public_info' %>
    </li>
  </ul>

  <%= form_tag authorizations_path do %>
    <%= hidden_field_tag :client_id,     @client.id %>
    <%= hidden_field_tag :response_type, @response_type %>
    <%= hidden_field_tag :redirect_uri,  @redirect_uri %>
    <%= hidden_field_tag :state,         @state %>

    <%= button_tag class: "btn btn-danger", name: "cancel" do %>
      <%= t 'authorization.form.cancel' %>
    <% end %>
    <%= button_tag class: "btn btn-success", name: "accept" do %>
      <%= t 'authorization.form.accept' %>
    <% end %>
  <% end %>
</article>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.2.2 app/views/authorizations/new.html.erb
social_stream-2.2.1 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.2.1 app/views/authorizations/new.html.erb
social_stream-2.2.0 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.2.0 app/views/authorizations/new.html.erb
social_stream-2.1.1 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.1.1 app/views/authorizations/new.html.erb
social_stream-2.1.0 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.1.0 app/views/authorizations/new.html.erb
social_stream-2.0.4 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.0.3 app/views/authorizations/new.html.erb
social_stream-2.0.3 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.0.2 app/views/authorizations/new.html.erb
social_stream-2.0.2 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.0.1 app/views/authorizations/new.html.erb
social_stream-2.0.1 oauth2_server/app/views/authorizations/new.html.erb
social_stream-2.0.0 oauth2_server/app/views/authorizations/new.html.erb
social_stream-oauth2_server-2.0.0 app/views/authorizations/new.html.erb
social_stream-2.0.0.beta3 oauth2_server/app/views/authorizations/new.html.erb