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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 21:07:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 21:07:21 +0400
commit113d2ff525b6005e1cc7ff86a5a0189c4ab3d0e4 (patch)
treedb812996f7002ddd527c713851f829820654ce61 /app/views/profiles/keys/show.html.haml
parent05a7e8b9c0b1ebdc01470a31f933b7526ca2cd08 (diff)
store and display public key fingerprint
Diffstat (limited to 'app/views/profiles/keys/show.html.haml')
-rw-r--r--app/views/profiles/keys/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml
index fc292f23066..735e9d1f936 100644
--- a/app/views/profiles/keys/show.html.haml
+++ b/app/views/profiles/keys/show.html.haml
@@ -12,6 +12,9 @@
%strong= @key.created_at.stamp("Aug 21, 2011")
.span8
+ %p
+ %span.light Fingerprint:
+ %strong= @key.fingerprint
%pre.well-pre
= @key.key