From 7ef4d8dccb9915c12876a93b20180998a3455a27 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 12 Jun 2023 13:49:40 +0200 Subject: [PATCH] fix --- .../new/github-private-repository.blade.php | 62 +++++++++---------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/resources/views/livewire/project/new/github-private-repository.blade.php b/resources/views/livewire/project/new/github-private-repository.blade.php index 07c664b38..b8ed3fb8a 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -39,39 +39,37 @@ @endif -
- @if ($branches->count() > 0) -
- - - - @foreach ($branches as $branch) - @if ($loop->first) - - @else - - @endif - @endforeach - - @if ($is_static) - - @else - - @endif -
+ @if ($branches->count() > 0) +
+ + + + @foreach ($branches as $branch) + @if ($loop->first) + + @else + + @endif + @endforeach + + @if ($is_static) + + @else + + @endif +
- - Save New Application - - @endif -
+ + Save New Application + + @endif @else