Sha256: 43109b4db735c3e81bf56eb86bece3200a71662da1e562c961a7eff7f1607b21
Contents?: true
Size: 380 Bytes
Versions: 1
Compression:
Stored size: 380 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Value:</strong> <%= @token.value %> </p> <p> <strong>Description:</strong> <%= @token.description %> </p> <p> <strong>Owner:</strong> <%= @token.owner %> </p> <p> <strong>Deactivated at:</strong> <%= @token.deactivated_at %> </p> <%= link_to 'Edit', edit_token_path(@token) %> | <%= link_to 'Back', tokens_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easy_tokens-0.3.0 | app/views/easy_tokens/tokens/show.html.erb |