2015-05-05 02:33:05 +00:00

14 lines
203 B
Plaintext

%h1
Showing
key
%pre= @key.attributes.to_yaml
%ul.actions
%li
= link_to 'Edit', edit_key_path(@key)
%li
= link_to 'Destroy', @key, method: :delete, data: { confirm: 'Are you sure?' }