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