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 09030b76f..7959ac468 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -5,7 +5,7 @@ + Add New GitHub App -
Deploy any public or private git repositories through a GitHub App.
+
Deploy any public or private git repositories through a GitHub App.
@if ($github_apps->count() !== 0)
@if ($current_step === 'github_apps') @@ -15,34 +15,21 @@
@foreach ($github_apps as $ghapp) - @if ($selected_github_app_id == $ghapp->id) -
-
-
- {{ $ghapp->name }} -
-
{{ $ghapp->http_url }}
- -
-
- @else -
+
+
{{ data_get($ghapp, 'name') }}
{{ data_get($ghapp, 'html_url') }}
- Loading... +
+
- @endif +
@endforeach
@endif @@ -66,9 +53,14 @@ @endif @endforeach - Check - repository - + Load Repository Details + + + Change Repositories on GitHub + + +
@else
No repositories found. Check your GitHub App configuration.