diff --git a/resources/views/components/forms/input.blade.php b/resources/views/components/forms/input.blade.php index 05d83d721..e20e89077 100644 --- a/resources/views/components/forms/input.blade.php +++ b/resources/views/components/forms/input.blade.php @@ -16,9 +16,10 @@
@if ($type === 'password')
- @if (!$cannotPeakPassword) @else - @endif @if (!$label && $helper) diff --git a/resources/views/livewire/project/new/public-git-repository.blade.php b/resources/views/livewire/project/new/public-git-repository.blade.php index 87bee691a..20444ed1c 100644 --- a/resources/views/livewire/project/new/public-git-repository.blade.php +++ b/resources/views/livewire/project/new/public-git-repository.blade.php @@ -1,6 +1,6 @@

Create a new Application

-
Deploy any public git repositories.
+
Deploy any public git repositories.
@@ -12,25 +12,26 @@
@if (count($branches) > 0) -
+
+
+ + + @foreach ($branches as $branch) + + @endforeach + + @if ($is_static) + + @else + + @endif +
+

Settings

- - - @foreach ($branches as $branch) - - @endforeach - - @if ($is_static) - - @else - - @endif -
- Save New Application