summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_commit_box.html.haml
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-06-30 12:48:08 +0200
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:43:37 +0200
commit3b7ac360cff04a5c1be83ee13b1354f07021c80d (patch)
tree31955b78759d60ff99afdefd21246a4b29ef148b /app/views/projects/commit/_commit_box.html.haml
parent28c75fc1a87f8190c89666f8b6e3436311d024ce (diff)
downloadgitlab-ce-3b7ac360cff04a5c1be83ee13b1354f07021c80d.tar.gz
position gpg badge first on commit line
Diffstat (limited to 'app/views/projects/commit/_commit_box.html.haml')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 1a0c70ef803..419fbe99af8 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -1,12 +1,12 @@
.page-content-header
.header-main-content
+ = render partial: 'signature', object: @commit.signature
%strong
#{ s_('CommitBoxTitle|Commit') }
%span.commit-sha= @commit.short_id
= 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