From 5a0618b22e5e537d807e90f63a75eec636695b35 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Mon, 4 Jan 2016 15:10:50 +0100 Subject: [PATCH] bring back branch name --- app/templates/components/build-header.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/build-header.hbs b/app/templates/components/build-header.hbs index 15a1fc88..8c9c2b1f 100644 --- a/app/templates/components/build-header.hbs +++ b/app/templates/components/build-header.hbs @@ -5,7 +5,7 @@ Pull Request #{{item.pullRequestNumber}} {{item.pullRequestTitle}} {{else}} - {{item.branch.name}} + {{commit.branch}} {{format-message commit.subject repo=item.repo}} {{/if}}