From a03a6ff326300daafbd67fd32eaaa08a4b649395 Mon Sep 17 00:00:00 2001 From: Alexis Reigel <mail@koffeinfrei.org> Date: Thu, 13 Jul 2017 16:51:16 +0200 Subject: [PATCH] display gpg key in the popover with monospace font --- app/views/projects/commit/_signature_badge.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/projects/commit/_signature_badge.html.haml b/app/views/projects/commit/_signature_badge.html.haml index 8e09a9333aa..d6ece085f18 100644 --- a/app/views/projects/commit/_signature_badge.html.haml +++ b/app/views/projects/commit/_signature_badge.html.haml @@ -9,7 +9,8 @@ = content GPG Key ID: - = signature.gpg_key_primary_keyid + %span.monospace= signature.gpg_key_primary_keyid + = link_to('Learn more about signing commits', help_page_path('workflow/gpg_signed_commits/index.md'), class: 'gpg-popover-help-link') -- GitLab