mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Change 'return to app' to return to account mgmt page
This commit is contained in:
parent
a56134050d
commit
80d0d7693a
@ -115,7 +115,7 @@
|
||||
@else
|
||||
{!! Button::normal(trans('texts.download_pdf'))->withAttributes(['onclick' => 'onDownloadClick()'])->large() !!}
|
||||
@if ($account->isNinjaAccount())
|
||||
{!! Button::primary(trans('texts.return_to_app'))->asLinkTo(URL::to('/dashboard'))->large() !!}
|
||||
{!! Button::primary(trans('texts.return_to_app'))->asLinkTo(URL::to('/settings/account_management'))->large() !!}
|
||||
@endif
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user