Skip to content

Commit

Permalink
Fix profile enroll ID error
Browse files Browse the repository at this point in the history
  • Loading branch information
bnahin authored and Blake Nahin committed Aug 18, 2021
1 parent 50f4147 commit 74ca610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/my/training/academy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="label label-danger">{{ ucwords($attempt['state']) }}</span>
@endforeach
@endif
</td>
<td id="enrollment-status-{{ $data['examInfo']['courseId'] }}">
<td>
@if($hasPassed)
<strong style="color: #39683a"><em><i
class="fas fa-check-double"></i> Course Complete</em></strong>
Expand Down

0 comments on commit 74ca610

Please sign in to comment.