From b643fa16039b9da8a52527e1a657401415684f21 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 1 Jul 2015 22:51:28 -0700 Subject: Remove link leading to a 404 error in Deploy Keys page Closes #1866 --- app/views/admin/deploy_keys/index.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/admin/deploy_keys') diff --git a/app/views/admin/deploy_keys/index.html.haml b/app/views/admin/deploy_keys/index.html.haml index 6405a69fad3..2bf1689cbc6 100644 --- a/app/views/admin/deploy_keys/index.html.haml +++ b/app/views/admin/deploy_keys/index.html.haml @@ -16,8 +16,7 @@ - @deploy_keys.each do |deploy_key| %tr %td - = link_to admin_deploy_key_path(deploy_key) do - %strong= deploy_key.title + %strong= deploy_key.title %td %code.key-fingerprint= deploy_key.fingerprint %td -- cgit v1.2.1