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 @@ - +
+ + {{ trans('global.back_to_list') }} + diff --git a/resources/views/admin/patching/index.blade.php b/resources/views/admin/patching/index.blade.php index e020d2ac..aadce57b 100644 --- a/resources/views/admin/patching/index.blade.php +++ b/resources/views/admin/patching/index.blade.php @@ -1,7 +1,7 @@ @extends('layouts.admin') @section('content')
-
+