diff --git a/assets/scripts/app/templates/repos/show/tabs.hbs b/assets/scripts/app/templates/repos/show/tabs.hbs index 03021bc4..f906d3d9 100644 --- a/assets/scripts/app/templates/repos/show/tabs.hbs +++ b/assets/scripts/app/templates/repos/show/tabs.hbs @@ -38,18 +38,22 @@
  • {{#with view.build}} - - {{t repositories.tabs.build}} #{{number}} - + {{#if id}} + + {{t repositories.tabs.build}} #{{number}} + + {{/if}} {{/with}}
  • {{#with view.job}} - - {{t repositories.tabs.job}} #{{number}} - + {{#if id}} + + {{t repositories.tabs.job}} #{{number}} + + {{/if}} {{/with}}