From 01f2f56be61c15a8b89714cc7cf85c41237b59d7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 25 Jun 2024 10:52:50 +0200 Subject: [PATCH] refactor: Improve formatting and readability of source.blade.php --- .../views/livewire/project/application/source.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/project/application/source.blade.php b/resources/views/livewire/project/application/source.blade.php index 595cb81d9..9a47566e5 100644 --- a/resources/views/livewire/project/application/source.blade.php +++ b/resources/views/livewire/project/application/source.blade.php @@ -27,7 +27,8 @@
- +
@@ -35,14 +36,14 @@ label="Commit SHA" />
- @if(data_get($application, 'private_key_id')) + @if (data_get($application, 'private_key_id'))

Deploy Key

Currently attached Private Key: {{ data_get($application, 'private_key.name') }}

Select another Private Key

-
+
@foreach ($private_keys as $key) {{ $key->name }}