summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_signature_badge.html.haml
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-07-20 15:44:15 +0200
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:46:03 +0200
commit8e0c33ed1337e3614fe87d9d0c1eb64af90cc61a (patch)
treee41eff2b3d647de4062147b233e35719f2fa92e2 /app/views/projects/commit/_signature_badge.html.haml
parent8c8a9e6d3fcb529e95d76dc9a7d4e37542a2036f (diff)
downloadgitlab-ce-8e0c33ed1337e3614fe87d9d0c1eb64af90cc61a.tar.gz
use ShaAttribute for gpg table columns
Diffstat (limited to 'app/views/projects/commit/_signature_badge.html.haml')
-rw-r--r--app/views/projects/commit/_signature_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_signature_badge.html.haml b/app/views/projects/commit/_signature_badge.html.haml
index d6ece085f18..e79360a36e5 100644
--- a/app/views/projects/commit/_signature_badge.html.haml
+++ b/app/views/projects/commit/_signature_badge.html.haml
@@ -9,7 +9,7 @@
= content
GPG Key ID:
- %span.monospace= signature.gpg_key_primary_keyid
+ %span.monospace= signature.gpg_key_primary_keyid.upcase
= link_to('Learn more about signing commits', help_page_path('workflow/gpg_signed_commits/index.md'), class: 'gpg-popover-help-link')