diff --git a/app/Http/Controllers/PublicClientController.php b/app/Http/Controllers/PublicClientController.php index 187a4eed9dd0..904424d98488 100644 --- a/app/Http/Controllers/PublicClientController.php +++ b/app/Http/Controllers/PublicClientController.php @@ -32,6 +32,7 @@ class PublicClientController extends BaseController 'color' => $color, 'account' => $account, 'client' => $client, + 'hideLogo' => $account->isWhiteLabel(), ]; return response()->view('invited.dashboard', $data); diff --git a/app/Http/routes.php b/app/Http/routes.php index 5c129c629a3a..239bb7ca0f13 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -401,12 +401,11 @@ if (!defined('CONTACT_EMAIL')) { define('NINJA_DATE', '2000-01-01'); define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com'); - define('RELEASES_URL', 'https://github.com/hillelcoren/invoice-ninja/releases/'); + define('RELEASES_URL', 'https://trello.com/b/63BbiVVe/invoice-ninja'); define('ZAPIER_URL', 'https://zapier.com/zapbook/invoice-ninja'); define('OUTDATE_BROWSER_URL', 'http://browsehappy.com/'); define('PDFMAKE_DOCS', 'http://pdfmake.org/playground.html'); define('PHANTOMJS_CLOUD', 'http://api.phantomjscloud.com/single/browser/v1/'); - define('GITHUB_RELEASES', 'https://github.com/hillelcoren/invoice-ninja/releases'); define('REFERRAL_PROGRAM_URL', false); define('COUNT_FREE_DESIGNS', 4); diff --git a/readme.md b/readme.md index 78bd91d3e8cd..446805cfe4ac 100644 --- a/readme.md +++ b/readme.md @@ -26,6 +26,7 @@ If you'd like to use our code to sell your own invoicing app email us for detail * Tax rates and payment terms * Reminder emails * Partial payments +* Client portal * Custom email templates * [Zapier](https://zapier.com/) integration * [D3.js](http://d3js.org/) visualizations diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php index d492496df2d7..4e829edd70a9 100644 --- a/resources/views/accounts/customize_design.blade.php +++ b/resources/views/accounts/customize_design.blade.php @@ -28,8 +28,6 @@ @section('content') @parent - @include('accounts.nav', ['selected' => ACCOUNT_INVOICE_DESIGN, 'advanced' => true]) - +
+ - + - Follow @invoiceninja - - - + Follow @invoiceninja + + + --> -