theseus/app/views/api_keys/revoke_confirm.html.erb
2025-05-31 23:25:41 -04:00

3 lines
No EOL
292 B
Text

<h1>Revoking key <%= @api_key.pretty_name %></h1>
<p>are you sure? <br/>everything that depends on the key <code><%= @api_key.abbreviated %></code> will stop working and can't be reactivated.</p>
<%= button_to("do it. pull the trigger.", revoke_api_key_path(@api_key), class: 'btn danger') %>