summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_commit_box.html.haml
diff options
context:
space:
mode:
authorKevin O'Connor <kevin.oconnor7@gmail.com>2017-02-14 19:01:30 -0500
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:40:40 +0200
commit817d9558febde484f23f623bd66d8c861ebc8236 (patch)
tree7ebb73c3a019d9999abcd92bdb560ac4caf4f223 /app/views/projects/commit/_commit_box.html.haml
parent4eebd8e1957a3fc3a3479331fde9f34aa8afa9d5 (diff)
downloadgitlab-ce-817d9558febde484f23f623bd66d8c861ebc8236.tar.gz
Prototype key verification
Diffstat (limited to 'app/views/projects/commit/_commit_box.html.haml')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 45109f2c58b..1a0c70ef803 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -6,6 +6,7 @@
= clipboard_button(text: @commit.id, title: _("Copy commit SHA to clipboard"))
%span.hidden-xs authored
#{time_ago_with_tooltip(@commit.authored_date)}
+ = render partial: 'signature', object: @commit.signature
%span= s_('ByAuthor|by')
= author_avatar(@commit, size: 24)
%strong