From c8c8fd928d5f55516e155b2616e2f79a720d36f9 Mon Sep 17 00:00:00 2001 From: ubudzisz <ubudzisz@gmail.com> Date: Thu, 7 Jul 2016 12:26:48 +0200 Subject: [PATCH] render-only-commit-title-update --- app/views/projects/builds/_sidebar.html.haml | 4 ++-- 1 file 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} -- GitLab