Fix typo in keys/show view
This commit is contained in:
@@ -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?' }
|
||||
|
Reference in New Issue
Block a user