From fbf5e726fbf98de1be22139da6d11221f041955f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 6 Nov 2016 15:32:25 +0200 Subject: [PATCH] Added 'pro' label to navigation when on trial --- resources/views/header.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 4687b10864e6..49579b14fb53 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -526,6 +526,7 @@ class="{{ Request::is("{$option}*") ? 'active' : '' }}"> {{ ($option == 'recurring_invoices') ? trans('texts.recurring') : trans("texts.{$option}") }} + {!! Utils::isTrial() && in_array($option, ['quotes', 'tasks', 'expenses', 'vendors']) ? ' ' . trans('texts.pro') . '' : '' !!} @if (false && $option == 'self-update' && Updater::source()->isNewVersionAvailable('v'.NINJA_VERSION)) 1 @endif