From 793d9799b64c1a46b6e7f45a74c89c3298ad0221 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 3 Jun 2015 17:54:16 -0400 Subject: Show key fingerprint on DeployKeys#index Also style all key fingerprints consistently across the app. --- app/views/admin/deploy_keys/index.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/admin/deploy_keys/index.html.haml') diff --git a/app/views/admin/deploy_keys/index.html.haml b/app/views/admin/deploy_keys/index.html.haml index 367d25cd6a1..6405a69fad3 100644 --- a/app/views/admin/deploy_keys/index.html.haml +++ b/app/views/admin/deploy_keys/index.html.haml @@ -19,8 +19,7 @@ = link_to admin_deploy_key_path(deploy_key) do %strong= deploy_key.title %td - %span - (#{deploy_key.fingerprint}) + %code.key-fingerprint= deploy_key.fingerprint %td %span.cgray added #{time_ago_with_tooltip(deploy_key.created_at)} -- cgit v1.2.1