Sha256: 273036c9d1481d31e8bfde5ac60b1ff3e0a2e987e83f8c2c626fb60d8c13418b

Contents?: true

Size: 647 Bytes

Versions: 9

Compression:

Stored size: 647 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Imageable:</strong>
  <%= @token.imageable_id %>
</p>

<p>
  <strong>Imageable type:</strong>
  <%= @token.imageable_type %>
</p>

<p>
  <strong>Auth token:</strong>
  <%= @token.auth_token %>
</p>

<p>
  <strong>First ip address:</strong>
  <%= @token.first_ip_address %>
</p>

<p>
  <strong>Current ip address:</strong>
  <%= @token.current_ip_address %>
</p>

<p>
  <strong>Times used:</strong>
  <%= @token.times_used %>
</p>

<p>
  <strong>Expiration minutes:</strong>
  <%= @token.expiration_minutes %>
</p>

<%= link_to 'Edit', edit_token_path(@token) %> |
<%= link_to 'Back', tokens_path %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
arcadex-1.3.1 app/views/arcadex/tokens/show.html.erb
arcadex-1.3.0 app/views/arcadex/tokens/show.html.erb
arcadex-1.2.3 app/views/arcadex/tokens/show.html.erb
arcadex-1.2.1 app/views/arcadex/tokens/show.html.erb
arcadex-1.2.0 app/views/arcadex/tokens/show.html.erb
arcadex-1.1.3 app/views/arcadex/tokens/show.html.erb
arcadex-1.1.2 app/views/arcadex/tokens/show.html.erb
arcadex-1.1.1 app/views/arcadex/tokens/show.html.erb
arcadex-1.1.0 app/views/arcadex/tokens/show.html.erb