Fix displaying pull request number on builds' list
Commit sometimes does not have information about pull request (probably when payload is coming from pusher).
This commit is contained in:
parent
590bd87e38
commit
c92720f280
|
@ -45,7 +45,7 @@
|
||||||
{{#if view.isPullRequestsList}}
|
{{#if view.isPullRequestsList}}
|
||||||
<td>
|
<td>
|
||||||
<a {{bindAttr href="view.urlGithubPullRequest"}}>
|
<a {{bindAttr href="view.urlGithubPullRequest"}}>
|
||||||
#{{commit.pullRequestNumber}}
|
#{{pullRequestNumber}}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user