summaryrefslogtreecommitdiff
path: root/app/views/admin/deploy_keys
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-03 17:54:16 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-03 18:03:04 -0400
commit793d9799b64c1a46b6e7f45a74c89c3298ad0221 (patch)
treed592d0c03af78a23f4cdfdd8a75f11e6dd90781f /app/views/admin/deploy_keys
parent6e5473f930c11be6719585b47c47d8552f6b41b5 (diff)
downloadgitlab-ce-793d9799b64c1a46b6e7f45a74c89c3298ad0221.tar.gz
Show key fingerprint on DeployKeys#indexrs-issue-1741
Also style all key fingerprints consistently across the app.
Diffstat (limited to 'app/views/admin/deploy_keys')
-rw-r--r--app/views/admin/deploy_keys/index.html.haml3
1 files changed, 1 insertions, 2 deletions
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)}