Sha256: 8f590893c44c9cf50aab7d86811687266fd029f5def6b11b5a64083a23cdc677

Contents?: true

Size: 879 Bytes

Versions: 8

Compression:

Stored size: 879 Bytes

Contents

<div class="span16">
  <header class="page-header">
    <h1>Application: <%= @application.name %></h1>
  </header>
</div>

<div class="span10">
  <h4>Callback url:</h4>
  <p><code><%= @application.redirect_uri %></code></p>

  <h4>Application Id:</h4>
  <p><code><%= @application.uid %></code></p>

  <h4>Secret:</h4>
  <p><code><%= @application.secret %></code></p>

  <h4>Link to authorization code:</h4>
  <p><%= link_to 'Authorize', oauth_authorization_path(:client_id => @application.uid, :redirect_uri => @application.redirect_uri, :response_type => 'code' ) %></p>
</div>

<div class="span6">
  <h3>Actions</h3>
  <p><%= link_to 'List all', oauth_applications_path %></p>
  <p><%= link_to 'Edit', edit_oauth_application_path(@application) %></p>
  <p><%= link_to 'Remove', [:oauth, @application], :method => :delete, :data => { :confirm => "Are you sure?" } %></p>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
doorkeeper-0.6.6 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.5 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.4 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.3 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.2 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.1 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.0 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.0.rc1 app/views/doorkeeper/applications/show.html.erb