Skip to content

Commit

Permalink
change disble relation color
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Dec 12, 2024
1 parent 98bc122 commit 7c9ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/relations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@foreach($relations as $key => $relation)
<tr data-entry-id="{{ $relation->id }}"
@if ($relation->active==false)
class="table-dark"
class="table-secondary"
@elseif (($relation->end_date!=null)&&Carbon\Carbon::createFromFormat('d/m/Y', $relation->end_date)->lte(today()))
class="table-danger"
@elseif (
Expand Down

0 comments on commit 7c9ee60

Please sign in to comment.