From 6e6de7407d2296aa5c00f4c9dc8948d55afed5bf Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 5 May 2015 02:33:05 +0000 Subject: [PATCH] Fix typo in keys/show view --- app/views/keys/show.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/keys/show.haml b/app/views/keys/show.haml index 405d928..8628a0d 100644 --- a/app/views/keys/show.haml +++ b/app/views/keys/show.haml @@ -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?' }