Fix the message about public/private repos on account page
This commit is contained in:
parent
7959442a99
commit
2d468190e0
|
@ -1,11 +1,10 @@
|
||||||
<p class="tip">
|
<p class="tip">
|
||||||
{{#if showPrivateReposHint}}
|
{{#if config.pro}}
|
||||||
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}}
|
|
||||||
We're only showing <strong>your private repositories</strong> below.
|
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>.
|
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}}
|
{{/if}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user