hide syncing info on enterprise

This commit is contained in:
Lisa P 2016-01-27 12:36:47 +01:00
parent 21cbc96e77
commit 534714e7e9

View File

@ -25,11 +25,13 @@
{{sync-button user=auth.currentUser}}
{{#if user.isSyncing}}
{{#if config.pro}}
<p>We're only showing your private repositories. You can find your public projects on <a href="https://travis-ci.org" title="travis-ci.org">travis-ci.org</a>.</p>
{{#unless config.enterprise}}
{{#if config.pro}}
<p>We're only showing your private repositories. You can find your public projects on <a href="https://travis-ci.org" title="travis-ci.org">travis-ci.org</a>.</p>
{{else}}
<p>We're only showing your public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
{{/if}}
<p>We're only showing your public repositories. You can find your private projects on <a href="https://travis-ci.com" title="travis-ci.com">travis-ci.com</a>.</p>
{{/if}}
{{/unless}}
{{/if}}
</header>