|
@@ -18,9 +18,11 @@ $isOmegaSystemSegment = (strpos($iName, 'omega_') === 0 && substr($iName, -7) ==
|
|
|
$extraClass = $segment->heading ? 'min-width-110px' : 'min-width-140px pl-2';
|
|
|
?>
|
|
|
|
|
|
+ @if(!!$segment->display_title)
|
|
|
<div class="text-dark font-weight-bold font-size-13 mr-2 {{$extraClass}}">
|
|
|
{{$segment->display_title}}:
|
|
|
</div>
|
|
|
+ @endif
|
|
|
|
|
|
<div class="flex-grow-1">
|
|
|
<div class="d-none if-not-edit inset-comment summary-container">
|