Show unsent echomails in cyan not red
This commit is contained in:
@@ -70,7 +70,7 @@ use App\Models\{Echomail,Netmail};
|
||||
if ($item->pivot->sent_at)
|
||||
return sprintf('<strong class="success" title="Sent: %s Packet: %s">%s</strong>',$item->pivot->sent_at,$item->pivot->sent_pkt,$item->ftn2d);
|
||||
else
|
||||
return sprintf('<strong class="danger">%s</strong>',$item->ftn2d);
|
||||
return sprintf('<strong class="info">%s</strong>',$item->ftn2d);
|
||||
|
||||
} else {
|
||||
return sprintf('<strong class="highlight">%s</strong>',$item->ftn2d);
|
||||
|
Reference in New Issue
Block a user