Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-04 00:54:16 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-04 01:03:04 +0300
commit793d9799b64c1a46b6e7f45a74c89c3298ad0221 (patch)
treed592d0c03af78a23f4cdfdd8a75f11e6dd90781f /app/views/admin/deploy_keys
parent6e5473f930c11be6719585b47c47d8552f6b41b5 (diff)
Show key fingerprint on DeployKeys#index
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)}