From 1f7725ada30e362da797b26801f7b0504915d31d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 28 May 2024 19:00:59 +0200 Subject: [PATCH] chore: Fix formatting issue in deployment index.blade.php file --- .../application/deployment/index.blade.php | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php index ea7262a27..c944efd97 100644 --- a/resources/views/livewire/project/application/deployment/index.blade.php +++ b/resources/views/livewire/project/application/deployment/index.blade.php @@ -72,7 +72,8 @@ x-on:click.stop="goto('{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}')">
@if ($deployment->commitMessage()) - ({{data_get_str($deployment, 'commit')->limit(7)}} - {{ $deployment->commitMessage() }}) + ({{ data_get_str($deployment, 'commit')->limit(7) }} - + {{ $deployment->commitMessage() }}) @else {{ data_get_str($deployment, 'commit')->limit(7) }} @endif @@ -104,14 +105,16 @@ @endforelse @if ($deployments_count > 0) - - - - + + + @endassets + @script + + + @endscript @endif