Fix typo in keys/show view
This commit is contained in:
parent
16a377566a
commit
6e6de7407d
@ -10,4 +10,4 @@
|
||||
%li
|
||||
= link_to 'Edit', edit_key_path(@key)
|
||||
%li
|
||||
= link_to 'Destroy', e, method: :delete, data: { confirm: 'Are you sure?' }
|
||||
= link_to 'Destroy', @key, method: :delete, data: { confirm: 'Are you sure?' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user