Fix the message about public/private repos on account page

This commit is contained in:
Piotr Sarnacki 2015-01-08 17:14:38 +01:00
parent 7959442a99
commit 2d468190e0

View File

@ -1,11 +1,10 @@
<p class="tip">
{{#if showPrivateReposHint}}
We're only showing <strong>your public repositories</strong> below.
You can find your <strong>private projects on <a href="https://travis-ci.com?utm_source=hooks">travis-ci.com</a></strong>.
{{/if}}
{{#if showPublicReposHint}}
{{#if config.pro}}
We're only showing <strong>your private repositories</strong> below.
You can find your <strong>public projects on <a href="https://travis-ci.org?utm_source=hooks">travis-ci.org</a></strong>.
{{else}}
We're only showing <strong>your public repositories</strong> below.
You can find your <strong>private projects on <a href="https://travis-ci.com?utm_source=hooks">travis-ci.com</a></strong>.
{{/if}}
</p>