From 4cb225d57871de164aab2dbcf8b1838040ad5def Mon Sep 17 00:00:00 2001 From: lislis Date: Thu, 14 Apr 2016 15:29:30 +0200 Subject: [PATCH] hide 'signup account' message if on enterprise --- app/templates/account.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index b1f83d6c..6a1da777 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -1,6 +1,7 @@ {{#if allHooks.isLoaded}} -
+
+ {{#unless config.enterprise}} {{#if config.billingEndpoint}}
{{#if subscribeButtonInfo.subscribed}} @@ -14,6 +15,7 @@ {{/if}}
{{/if}} + {{/unless}}

{{accountName}}