From 8324d967c48c1a370ea22280b8b2b0a053ef8793 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 18 Mar 2015 16:56:01 +0100 Subject: [PATCH] only show running if pro --- app/templates/repos/list/tabs.hbs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/templates/repos/list/tabs.hbs b/app/templates/repos/list/tabs.hbs index d4f178f7..b9fc5777 100644 --- a/app/templates/repos/list/tabs.hbs +++ b/app/templates/repos/list/tabs.hbs @@ -10,9 +10,11 @@ {{/unless}} -
  • - Running (2/3) -
  • + {{#if config.pro}} +
  • + Running (2/3) +
  • + {{/if}}
  • {{#link-to "profile" trackEvent="add-repository-from-list" title="Add New Repository"}}