Merge pull request #295 from stof/patch-1

Fixed the display of the build in the list of requests
This commit is contained in:
Piotr Sarnacki 2014-08-14 16:02:15 +02:00
commit 97b5699065

View File

@ -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}}