Fix typo in keys/show view

This commit is contained in:
Thibault Jouan 2015-05-05 02:33:05 +00:00
parent 16a377566a
commit 6e6de7407d

View File

@ -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?' }