diff --git a/resources/views/admin/activities/show.blade.php b/resources/views/admin/activities/show.blade.php
index 7efde3ae..302753b1 100644
--- a/resources/views/admin/activities/show.blade.php
+++ b/resources/views/admin/activities/show.blade.php
@@ -56,10 +56,10 @@
@foreach($activity->activitiesProcesses as $process)
- {{ $process->identifiant }}
+ {{ $process->identifiant }}
@if (!$loop->last)
,
- @endif
+ @endif
@endforeach
|
@@ -73,7 +73,7 @@
{{ $operation->name }}
@if (!$loop->last)
,
- @endif
+ @endif
@endforeach
@@ -90,8 +90,8 @@
-@endsection
\ No newline at end of file
+@endsection
diff --git a/resources/views/admin/patching/edit.blade.php b/resources/views/admin/patching/edit.blade.php
index 1ddae9ba..52d69482 100644
--- a/resources/views/admin/patching/edit.blade.php
+++ b/resources/views/admin/patching/edit.blade.php
@@ -264,10 +264,13 @@
-
+