diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml index 9f1b18e053da9707ea7c52857637e6370ab5ca3a..ee1b95e9e843cbe9009e92789ffb96dfa6e383ce 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.commit.title} + #{@build.pipeline.commit.try(:title)}