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 f5df598db..0f4815bdb 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -19,22 +19,25 @@

Select a Github App

@if ($current_step === 'github_apps') -
+
@foreach ($github_apps as $ghapp) -
-
-
-
- {{ data_get($ghapp, 'name') }} +
+
+
+
+
+ {{ data_get($ghapp, 'name') }} +
+
+ {{ data_get($ghapp, 'html_url') }}
-
- {{ data_get($ghapp, 'html_url') }}
-
-
- +
+ +
@endforeach