Skip to content

Commit

Permalink
do not hide score when control not done
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Aug 9, 2023
1 parent ac7ac5d commit 3d15074
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/controls/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<pre>{{ $control->indicator }}</pre>
</div>
</div>

@else
<div class="row">
<div class="cell-1">
<strong>{{ trans("cruds.control.fields.score") }}</strong>
Expand Down Expand Up @@ -167,7 +167,6 @@
</div>

</div>
@else
<div class="row">
<div class="cell-1">
<strong>{{ trans("cruds.control.fields.action_plan") }}</strong>
Expand Down

0 comments on commit 3d15074

Please sign in to comment.