Sha256: e95936dd0358703d671f2b319cc5bc072d87f69caaf80dfa30e6f7bb0ff831d9
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
<h1>Listing tokens</h1> <table> <thead> <tr> <th>Value</th> <th>Description</th> <th>Owner</th> <th>Deactivated at</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @tokens.each do |token| %> <tr> <td><%= token.value %></td> <td><%= token.description %></td> <td><%= token.owner %></td> <td><%= token.deactivated_at %></td> <td><%= link_to 'Show', token %></td> <td><%= link_to 'Edit', edit_token_path(token) %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Token', new_token_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easy_tokens-0.3.0 | app/views/easy_tokens/tokens/index.html.erb |