mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Notification for displaying forwarding is active
This commit is contained in:
parent
47be5a5f3a
commit
8f10b89736
@ -253,6 +253,12 @@
|
|||||||
@include('partials/white_label_expired')
|
@include('partials/white_label_expired')
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if($account->account_email_settings->forward_url_for_v5)
|
||||||
|
<div class="alert alert-danger">
|
||||||
|
Your account is currently forwarding all requests to v5, this installation is now disabled.
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
|
|
||||||
@if (Auth::user()->hasPermission('admin'))
|
@if (Auth::user()->hasPermission('admin'))
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user