chore(versions): update coolify version to 4.0.0-beta.416 and nightly version to 4.0.0-beta.417 in configuration files; fix links in deployment view

This commit is contained in:
Andras Bacsai
2025-04-29 11:02:36 +02:00
parent 4e82383b94
commit 1f7f267d60
4 changed files with 7 additions and 9 deletions

View File

@@ -91,8 +91,7 @@
<div x-data="{ expanded: false }">
<div class="flex items-center gap-2">
<span class="font-medium">Commit:</span>
<a .prevent
href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
<a href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
target="_blank" class="underline">
{{ substr(data_get($deployment, 'commit'), 0, 7) }}
</a>
@@ -117,8 +116,7 @@
@endif
@if ($deployment->commitMessage())
<span class="text-gray-600 dark:text-gray-400">-</span>
<a .prevent
href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
<a href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}"
target="_blank"
class="text-gray-600 dark:text-gray-400 truncate max-w-md underline">
{{ Str::before($deployment->commitMessage(), "\n") }}