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>
|
||||||
<td>{{githubCommitLink request.repo.slug request.commit.sha}}</td>
|
<td>{{githubCommitLink request.repo.slug request.commit.sha}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{#if build}}
|
{{#if request.build}}
|
||||||
{{#link-to "build" build}}#{{build.number}}{{/link-to}}
|
{{#link-to "build" request.build}}#{{request.build.number}}{{/link-to}}
|
||||||
{{else}}
|
{{else}}
|
||||||
-
|
-
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user