From 0f6230fddc9fec8d92eb5e76a1129f7beab6d2ae Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 29 Oct 2015 17:56:29 +0100 Subject: [PATCH] fix link-to in branches template --- app/templates/components/branch-row.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/branch-row.hbs b/app/templates/components/branch-row.hbs index 4050cf0d..1138fa64 100644 --- a/app/templates/components/branch-row.hbs +++ b/app/templates/components/branch-row.hbs @@ -37,7 +37,7 @@
{{#if build.last_build}} - {{#link-to "build" build.repository.slug build.last_build.id}} + {{#link-to "build" build.last_build.id}} {{request-icon build=build}} #{{build.last_build.number}} {{build.last_build.state}} {{/link-to}}