bring back branch name
This commit is contained in:
parent
0813d8cd45
commit
5a0618b22e
|
@ -5,7 +5,7 @@
|
||||||
<small class="commit-branch" title={{item.pullRequestTitle}}>Pull Request #{{item.pullRequestNumber}}</small>
|
<small class="commit-branch" title={{item.pullRequestTitle}}>Pull Request #{{item.pullRequestNumber}}</small>
|
||||||
{{item.pullRequestTitle}}
|
{{item.pullRequestTitle}}
|
||||||
{{else}}
|
{{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}}
|
{{format-message commit.subject repo=item.repo}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user