mirror of
https://github.com/System-End/theseus.git
synced 2026-04-20 00:35:18 +00:00
14 lines
No EOL
266 B
Text
14 lines
No EOL
266 B
Text
<tr>
|
|
<td>
|
|
<%= link_to api_key.name, public_api_key_path(api_key) %>
|
|
</td>
|
|
<td>
|
|
<%= api_key.abbreviated %>
|
|
</td>
|
|
<td>
|
|
<%= api_key.created_at.strftime("%b %d, %Y") %>
|
|
</td>
|
|
<td>
|
|
<%= api_key.revoked? ? "Revoked" : "Active" %>
|
|
</td>
|
|
</tr> |