From 56f89ef3a01099db4d2503e920e4ef34688026fd Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 16 Jul 2016 23:01:55 +0300 Subject: [PATCH] Update zaps listed --- resources/views/accounts/api_tokens.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/accounts/api_tokens.blade.php b/resources/views/accounts/api_tokens.blade.php index 49029bf8d2b3..72f6ef4ee61a 100644 --- a/resources/views/accounts/api_tokens.blade.php +++ b/resources/views/accounts/api_tokens.blade.php @@ -6,7 +6,7 @@
{!! Button::normal(trans('texts.documentation'))->asLinkTo(NINJA_WEB_URL.'/api-documentation/')->withAttributes(['target' => '_blank'])->appendIcon(Icon::create('info-sign')) !!} - @if (Utils::isNinja() && !Utils::isReseller()) + @if (Utils::isNinja() && !Utils::isReseller()) {!! Button::normal(trans('texts.zapier'))->asLinkTo(ZAPIER_URL)->withAttributes(['target' => '_blank']) !!} @endif @if (Utils::hasFeature(FEATURE_API)) @@ -53,7 +53,7 @@ @if (Utils::isNinja() && !Utils::isReseller())

 

- + @endif - + @stop