mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for dev email status
This commit is contained in:
parent
5c31818cc7
commit
dba86306a5
@ -6,7 +6,7 @@
|
|||||||
@if (Utils::isNinjaDev())
|
@if (Utils::isNinjaDev())
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.nav-footer {
|
.nav-footer {
|
||||||
@if (config('mail.driver') == 'log')
|
@if (config('mail.driver') == 'log' && ! config('services.postmark'))
|
||||||
background-color: #50C878 !important;
|
background-color: #50C878 !important;
|
||||||
@else
|
@else
|
||||||
background-color: #FD6A02 !important;
|
background-color: #FD6A02 !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user