row colors for the table

This commit is contained in:
2019-02-23 22:50:03 -06:00
parent a744c8dfc6
commit f455c9a6a4
2 changed files with 3 additions and 3 deletions

View File

@@ -59,9 +59,9 @@ class MoonsController extends Controller
}
if($today > $rentalTemp) {
$color = 'success';
$color = 'table-success';
} else {
$color = 'warning';
$color = 'table-danger';
}
//Add the data to the html string to be passed to the view