From 534714e7e911f72fb5de3ecae6e53a973d054056 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Wed, 27 Jan 2016 12:36:47 +0100 Subject: [PATCH] hide syncing info on enterprise --- app/templates/account.hbs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index a399806e..4d56874e 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -25,11 +25,13 @@ {{sync-button user=auth.currentUser}} {{#if user.isSyncing}} - {{#if config.pro}} -

We're only showing your private repositories. You can find your public projects on travis-ci.org.

+ {{#unless config.enterprise}} + {{#if config.pro}} +

We're only showing your private repositories. You can find your public projects on travis-ci.org.

{{else}} -

We're only showing your public repositories. You can find your private projects on travis-ci.com.

- {{/if}} +

We're only showing your public repositories. You can find your private projects on travis-ci.com.

+ {{/if}} + {{/unless}} {{/if}}