From c482100769c5a720882e3bbb99ca8af11610de0e Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 14 Aug 2014 03:03:00 +0200 Subject: [PATCH] Fixed the display of the build in the list of requests Closes travis-ci/travis-ci#2667 --- assets/scripts/app/templates/requests.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/app/templates/requests.hbs b/assets/scripts/app/templates/requests.hbs index a636e5f4..2f5bc62b 100644 --- a/assets/scripts/app/templates/requests.hbs +++ b/assets/scripts/app/templates/requests.hbs @@ -25,8 +25,8 @@ {{githubCommitLink request.repo.slug request.commit.sha}} - {{#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}}