diff --git a/resources/views/partials/incidents.blade.php b/resources/views/partials/incidents.blade.php index 7cceb106ae84..c280bb996c08 100644 --- a/resources/views/partials/incidents.blade.php +++ b/resources/views/partials/incidents.blade.php @@ -33,7 +33,8 @@ @if($incident->updates->isNotEmpty())
@foreach($incident->updates as $update) - +
  • + {!! $update->formatted_message !!} @@ -42,9 +43,9 @@ data-timeago="{{ $update->timestamp_iso }}"> - + - +
  • @endforeach
    @endif