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 | bacd95810b33cde3f2f17e439b772ff10f49e3bb (patch) | |
tree | 0dd02e7b74e34a36449336ee550eb783191ba001 | |
parent | 2a3246a2f73527bf57146c215b23a7024aeaaf99 (diff) | |
download | gitlab-ce-bacd95810b33cde3f2f17e439b772ff10f49e3bb.tar.gz |
render-only-commit-title-update
-rw-r--r-- | app/views/projects/builds/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml index 3fc1157ddcb..aba09a37ac7 100644 --- a/app/views/projects/builds/_sidebar.html.haml +++ b/app/views/projects/builds/_sidebar.html.haml @@ -96,7 +96,7 @@ .title Commit title %p.build-light-text.append-bottom-0 - #{@build.pipeline.commit.try(:title)} + #{@build.commit.title} - if @build.tags.any? .block |