mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Update footer
This commit is contained in:
parent
9b4e0d1344
commit
4e285c8ac6
@ -1,7 +1,7 @@
|
|||||||
{{ trans('texts.powered_by') }}
|
{{ trans('texts.powered_by') }}
|
||||||
|
|
||||||
{{-- Per our license, please do not remove or modify this section. --}}
|
{{-- Per our license, please do not remove or modify this section. --}}
|
||||||
{!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'InvoiceNinja.com', ['target' => '_blank', 'title' => trans('texts.created_by', ['name' => 'Hillel Coren'])]) !!} -
|
{!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'Invoice Ninja', ['target' => '_blank', 'title' => trans('texts.created_by', ['name' => 'Hillel Coren'])]) !!} -
|
||||||
{!! link_to(RELEASES_URL, 'v' . NINJA_VERSION, ['target' => '_blank', 'title' => trans('texts.trello_roadmap')]) !!} |
|
{!! link_to(RELEASES_URL, 'v' . NINJA_VERSION, ['target' => '_blank', 'title' => trans('texts.trello_roadmap')]) !!} |
|
||||||
|
|
||||||
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user