diff --git a/config/version.php b/config/version.php index c7917973a..5aee34887 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ + @isset($private_key_id) -
- - - - @if ($is_static) - - @else - - @endif + +
+ + + @if ($is_static) + + @else + + @endif +
+

Settings

+ Save New Application 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 61df5cc5f..8e834cdb1 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -40,32 +40,34 @@ @endif @if ($branches->count() > 0) -
+
+
+ + + @foreach ($branches as $branch) + @if ($loop->first) + + @else + + @endif + @endforeach + + @if ($is_static) + + @else + + @endif +
+

Settings

- - - @foreach ($branches as $branch) - @if ($loop->first) - - @else - - @endif - @endforeach - - @if ($is_static) - - @else - - @endif
- Save New Application diff --git a/versions.json b/versions.json index 152e1e24f..698749b35 100644 --- a/versions.json +++ b/versions.json @@ -4,7 +4,7 @@ "version": "3.12.32" }, "v4": { - "version": "4.0.0-nightly.20" + "version": "4.0.0-nightly.21" } } } \ No newline at end of file