Merge pull request #295 from stof/patch-1
Fixed the display of the build in the list of requests
This commit is contained in:
commit
97b5699065
|
@ -25,8 +25,8 @@
|
|||
</td>
|
||||
<td>{{githubCommitLink request.repo.slug request.commit.sha}}</td>
|
||||
<td>
|
||||
{{#if build}}
|
||||
{{#link-to "build" build}}#{{build.number}}{{/link-to}}
|
||||
{{#if request.build}}
|
||||
{{#link-to "build" request.build}}#{{request.build.number}}{{/link-to}}
|
||||
{{else}}
|
||||
-
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user