summaryrefslogtreecommitdiff
path: root/app/views/profiles/gpg_keys
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-07-25 16:23:52 +0200
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:46:03 +0200
commit98531fc2487f8d4d7de47fe9a1d60c10d1f1d9ba (patch)
treed14ee63551e5a24dbe104039557e2e6080ceb866 /app/views/profiles/gpg_keys
parentf86580c075f50b78517283febca012afcc8b6211 (diff)
downloadgitlab-ce-98531fc2487f8d4d7de47fe9a1d60c10d1f1d9ba.tar.gz
upcase in the model instead of in the view
Diffstat (limited to 'app/views/profiles/gpg_keys')
-rw-r--r--app/views/profiles/gpg_keys/_key.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/gpg_keys/_key.html.haml b/app/views/profiles/gpg_keys/_key.html.haml
index d625aaea467..b04981f90e3 100644
--- a/app/views/profiles/gpg_keys/_key.html.haml
+++ b/app/views/profiles/gpg_keys/_key.html.haml
@@ -6,7 +6,7 @@
= render partial: 'email_with_badge', locals: { email: email, verified: verified }
.description
- %code= key.fingerprint.upcase
+ %code= key.fingerprint
.pull-right
%span.key-created-at
created #{time_ago_with_tooltip(key.created_at)}