Sha256: 152e521fc47745dbca532359b1b1d7a00d6337f0fc23208045241a932e8de6bd

Contents?: true

Size: 929 Bytes

Versions: 6

Compression:

Stored size: 929 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 id="callback_url"><%= @application.redirect_uri %></code></p>

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

  <h4>Secret:</h4>
  <p><code id="secret"><%= @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

6 entries across 6 versions & 1 rubygems

Version Path
doorkeeper-0.7.4 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.7.3 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.7.2 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.7.1 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.7.0 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.6.7 app/views/doorkeeper/applications/show.html.erb