hide 'signup account' message if on enterprise

This commit is contained in:
lislis 2016-04-14 15:29:30 +02:00
parent 249deb0eff
commit 4cb225d578

View File

@ -1,6 +1,7 @@
{{#if allHooks.isLoaded}}
<header>
<header>
{{#unless config.enterprise}}
{{#if config.billingEndpoint}}
<div class="cta-btn">
{{#if subscribeButtonInfo.subscribed}}
@ -14,6 +15,7 @@
{{/if}}
</div>
{{/if}}
{{/unless}}
<div class="profile-header">
<h1>{{accountName}}</h1>