diff --git a/assets/scripts/app/templates/repos/show/tabs.hbs b/assets/scripts/app/templates/repos/show/tabs.hbs index e19bde6e..5221fec7 100644 --- a/assets/scripts/app/templates/repos/show/tabs.hbs +++ b/assets/scripts/app/templates/repos/show/tabs.hbs @@ -66,15 +66,17 @@ {{/if}} -
  • -
    - {{#if repo.slug}} - {{#link-to "caches" repo}} - Caches - {{/link-to}} - {{/if}} -
    -
  • + {{#if Travis.config.caches_enabled}} +
  • +
    + {{#if repo.slug}} + {{#link-to "caches" repo}} + Caches + {{/link-to}} + {{/if}} +
    +
  • + {{/if}}