From 507603e33dfcad606b3c4d261f4d4c00bdce1bd8 Mon Sep 17 00:00:00 2001 From: luto Date: Sat, 11 Apr 2020 21:02:37 +0200 Subject: [PATCH] add a CSS class for status to each component element the class can be used to style components based on their status using .component.status-1 as a rule. They can then be made bold, have a different background or be hiddend depending on their status. --- resources/views/partials/component.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/component.blade.php b/resources/views/partials/component.blade.php index 9e15f2b5..6da6145b 100644 --- a/resources/views/partials/component.blade.php +++ b/resources/views/partials/component.blade.php @@ -1,4 +1,4 @@ -
  • +
  • status }}"> @if($component->link) {!! $component->name !!} @else