diff options
author | ubudzisz <ubudzisz@gmail.com> | 2016-07-07 12:26:48 +0200 |
---|---|---|
committer | ubudzisz <ubudzisz@gmail.com> | 2016-07-18 12:39:24 +0200 |
commit | c8c8fd928d5f55516e155b2616e2f79a720d36f9 (patch) | |
tree | 6b53793e57029154db82f83abc5491fc8790e959 | |
parent | d61b4aa5dfce8d14e3db574d3c67b2f506d333b2 (diff) | |
download | gitlab-ce-c8c8fd928d5f55516e155b2616e2f79a720d36f9.tar.gz |
render-only-commit-title-update
-rw-r--r-- | app/views/projects/builds/_sidebar.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml index 00e7ca757aa..9f1b18e053d 100644 --- a/app/views/projects/builds/_sidebar.html.haml +++ b/app/views/projects/builds/_sidebar.html.haml @@ -95,8 +95,8 @@ .block .title Commit title - %p.build-light-text.append-bottom- - #{@build.pipeline.commit.title} + %p.build-light-text.append-bottom-0 + #{@build.commit.title} |