Sha256: de08d1170096723e6d70dda6ab5d711917d2b9e78d66f4eca540814d5e951939

Contents?: true

Size: 644 Bytes

Versions: 3

Compression:

Stored size: 644 Bytes

Contents

<h1>Application: <%= @application.name %></h1>

<dl>
  <dt>Id:</dt>
  <dd><%= @application.id %></dd>

  <dt>Name:</dt>
  <dd><%= @application.name %></dd>

  <dt>Url:</dt>
  <dd><%= @application.url %></dd>

  <dt>Key:</dt>
  <dd><%= @application.key %></dd>

  <dt>Secret</dt>
  <dd><%= @application.secret %></dd>
</dl>
<%= link_to "edit", edit_oauth_provider_engine_application_path(@application) %>
<br/>
<%= link_to "delete", oauth_provider_engine_application_path(@application), :method => :delete, :confirm => "Are you sure you want to delete this application?" %>
<br/>
<%= link_to "back", oauth_provider_engine_applications_path() %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oauth_provider_engine-0.0.5 app/views/applications/show.html.erb
oauth_provider_engine-0.0.4 app/views/applications/show.html.erb
oauth_provider_engine-0.0.3 app/views/applications/show.html.erb