Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinosswald committed Nov 7, 2023
1 parent d401782 commit 4535b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/activity-log-entry.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<p class="flex-auto py-0.5 text-xs leading-5 text-gray-500">
<span class="font-medium dark:text-gray-100 text-gray-900">{{$getCauser($activity)}}</span> {{$activity->description}} {{$getSubject($activity)}}.
@if($activity->event === 'updated')
br
<br>
@foreach($getDiff($activity) as $key => $diff)
@if($diff->to === null)
<span class="inline-flex items-center rounded-md bg-red-400/10 px-2 py-1 text-xs font-medium text-red-400 ring-1 ring-inset ring-red-400/20">
Expand Down

0 comments on commit 4535b2a

Please sign in to comment.