Sha256: 9674fb2fc0155257e78364d09a316ba53c53723e7b7ccb16733bcbe183b94dc8

Contents?: true

Size: 626 Bytes

Versions: 12

Compression:

Stored size: 626 Bytes

Contents

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

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

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

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

<div class="span6">
  <h3>Actions</h3>
  <p><%= link_to 'List all', applications_path %></p>
  <p><%= link_to 'Edit', edit_application_path(@application) %></p>
  <p><%= link_to 'Remove', @application, :method => :delete, :confirm => "Are you sure?" %></p>
</div>

Version data entries

12 entries across 11 versions & 1 rubygems

Version Path
doorkeeper-0.4.2 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.4.1 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.4.0 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.4 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.3 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.2 spec/generators/tmp/dummy/app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.2 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.1 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.3.0 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.2.0 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.1.1 app/views/doorkeeper/applications/show.html.erb
doorkeeper-0.1.0 app/views/doorkeeper/applications/show.html.erb