summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-24 17:53:06 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-24 17:53:06 +0100
commit098817e64f4faa1cd14001d37a2a6d6a5cc7ecab (patch)
tree52b1715a033a0c4d9d8a93c3a23777a098b3e2bf
parent8c0e358a972ca9cb2176ff9289a5a89b0c909a93 (diff)
downloadgitlab-ce-098817e64f4faa1cd14001d37a2a6d6a5cc7ecab.tar.gz
fixed commit title bar
-rw-r--r--app/views/projects/commit/_commit_box.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 08eb0c57f66..6dba42d5226 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -1,8 +1,7 @@
.page-content-header
.header-main-content
- %strong
+ %strong Commit #{@commit.short_id}
= clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard")
- = @commit.short_id
%span.hidden-xs authored
#{time_ago_with_tooltip(@commit.authored_date)}
%span by