Don't use Travis.config in templates

This commit is contained in:
Piotr Sarnacki 2015-01-27 16:50:18 +01:00
parent 84dbdffc7a
commit 586d89a4f4

View File

@ -78,9 +78,9 @@
<li>
{{#link-to "profile" class="signed-in"}}Accounts{{/link-to}}
</li>
{{#if Travis.config.billing_endpoint}}
{{#if config.billing_endpoint}}
<li>
<a {{bind-attr href="Travis.config.billing_endpoint"}}>Billing</a>
<a {{bind-attr href="config.billing_endpoint"}}>Billing</a>
</li>
{{/if}}
<li>