mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Hide referral link
This commit is contained in:
parent
70444c7a12
commit
45acf67daa
@ -79,11 +79,6 @@
|
||||
$referralCounts['pro'] . ' ' . trans('texts.pro') .
|
||||
'<a href="'.REFERRAL_PROGRAM_URL.'" target="_blank" title="'.trans('texts.learn_more').'">' . Icon::create('question-sign') . '</a> ')
|
||||
->value(NINJA_APP_URL . '/invoice_now?rc=' . $user->referral_code) !!}
|
||||
@else
|
||||
{!! Former::checkbox('referral_code')
|
||||
->help(trans('texts.referral_code_help'))
|
||||
->text(trans('texts.enable') . ' <a href="'.REFERRAL_PROGRAM_URL.'" target="_blank" title="'.trans('texts.learn_more').'">' . Icon::create('question-sign') . '</a>')
|
||||
->value(1) !!}
|
||||
@endif
|
||||
@endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user