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