bring back branch name

This commit is contained in:
Lisa P 2016-01-04 15:10:50 +01:00
parent 0813d8cd45
commit 5a0618b22e

View File

@ -5,7 +5,7 @@
<small class="commit-branch" title={{item.pullRequestTitle}}>Pull Request #{{item.pullRequestNumber}}</small>
{{item.pullRequestTitle}}
{{else}}
<small class="commit-branch" title={{item.branch.name}}>{{item.branch.name}}</small>
<small class="commit-branch" title={{commit.branch}}>{{commit.branch}}</small>
{{format-message commit.subject repo=item.repo}}
{{/if}}
</h2>