mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update phantomjs docs link
This commit is contained in:
parent
b6fe07c07a
commit
92dc2f4ecb
@ -37,7 +37,7 @@
|
|||||||
->value(1)
|
->value(1)
|
||||||
->help( ! Utils::isNinja() ? (env('PHANTOMJS_BIN_PATH') ? 'phantomjs_local' : trans('texts.phantomjs_help', [
|
->help( ! Utils::isNinja() ? (env('PHANTOMJS_BIN_PATH') ? 'phantomjs_local' : trans('texts.phantomjs_help', [
|
||||||
'link_phantom' => link_to('https://phantomjscloud.com/', 'phantomjscloud.com', ['target' => '_blank']),
|
'link_phantom' => link_to('https://phantomjscloud.com/', 'phantomjscloud.com', ['target' => '_blank']),
|
||||||
'link_docs' => link_to('https://www.invoiceninja.com/self-host/#phantomjs', 'PhantomJS', ['target' => '_blank'])
|
'link_docs' => link_to('http://docs.invoiceninja.com/en/latest/configure.html#phantomjs', 'PhantomJS', ['target' => '_blank'])
|
||||||
])) : false) !!}
|
])) : false) !!}
|
||||||
|
|
||||||
{!! Former::checkbox('document_email_attachment')
|
{!! Former::checkbox('document_email_attachment')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user