@@ -16,7 +16,7 @@ $plural = 'Care team members';
<?php $j = 0; foreach ($points as $point): $j++; ?>
<?php $rel = $point->relevanceToNote($note); ?>
<tr>
- <td class="width-22px pl-0 pr-1">
+ <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
@if($rel)
<?php $numRelevant++; ?>
@endif
@@ -19,10 +19,8 @@ $plural = 'Goals';
<td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
- *{{ $j }}.
- @else
- {{ $j }}.
+ {{ $j }}.
</td>
<td class="px-2">
<div class="<?= $point->is_removed ? 'strike-through' : '' ?> grow-till-300px">
@@ -19,10 +19,8 @@ $plural = 'Problems';
<div class=" <?= $point->is_removed ? 'strike-through' : '' ?> grow-till-300px" >