diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index 8d491a218..8c9f06a10 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -2,7 +2,7 @@
-
Coolify
+
Last Hour
{{-- --}}
@@ -12,18 +12,18 @@ {{ __('auth.confirm_password') }} @if ($errors->any()) -
- @foreach ($errors->all() as $error) -

{{ $error }}

- @endforeach -
+
+ @foreach ($errors->all() as $error) +

{{ $error }}

+ @endforeach +
@endif @if (session('status')) -
- {{ session('status') }} -
+
+ {{ session('status') }} +
@endif
- + \ No newline at end of file diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index 54d57a302..f9ea23c05 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -2,12 +2,12 @@
- Coolify -
+ Last Hour + +
{{ __('auth.forgot_password') }}
-
+
@if (is_transactional_emails_active())
@@ -15,28 +15,27 @@ class="w-full bg-white shadow md:mt-0 sm:max-w-md xl:p-0 dark:bg-base "> {{ __('auth.forgot_password_send_email') }} - @else + @else
Transactional emails are not active on this instance.
-
See how to set it in our docs, or how to +
See how to set it in our docs, or how to manually reset password.
- @endif - @if ($errors->any()) + @endif + @if ($errors->any())
@foreach ($errors->all() as $error) -

{{ $error }}

+

{{ $error }}

@endforeach
- @endif - @if (session('status')) + @endif + @if (session('status'))
{{ session('status') }}
- @endif + @endif
- + \ No newline at end of file diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 297640111..ca8a52af4 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -12,7 +12,7 @@ function getOldOrLocal($key, $localValue)
- Coolify + Last Hour
@@ -21,15 +21,11 @@ function getOldOrLocal($key, $localValue)
@csrf - - + +
- - + +
Register @@ -37,15 +33,15 @@ function getOldOrLocal($key, $localValue) @if ($errors->any()) -
- @foreach ($errors->all() as $error) -

{{ $error }}

- @endforeach -
+
+ @foreach ($errors->all() as $error) +

{{ $error }}

+ @endforeach +
@endif
- + \ No newline at end of file diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php index 2e1a63d84..94e7035af 100644 --- a/resources/views/auth/reset-password.blade.php +++ b/resources/views/auth/reset-password.blade.php @@ -2,7 +2,7 @@
- Coolify + Last Hour
{{ __('auth.reset_password') }} @@ -12,30 +12,27 @@
@csrf - +
- - + +
{{ __('auth.reset_password') }}
@if ($errors->any()) -
- @foreach ($errors->all() as $error) -

{{ $error }}

- @endforeach -
+
+ @foreach ($errors->all() as $error) +

{{ $error }}

+ @endforeach +
@endif @if (session('status')) -
- {{ session('status') }} -
+
+ {{ session('status') }} +
@endif
- + \ No newline at end of file diff --git a/resources/views/auth/two-factor-challenge.blade.php b/resources/views/auth/two-factor-challenge.blade.php index 6761992a9..cde85eda2 100644 --- a/resources/views/auth/two-factor-challenge.blade.php +++ b/resources/views/auth/two-factor-challenge.blade.php @@ -2,7 +2,7 @@
- Coolify + Last Hour
@@ -10,9 +10,7 @@ @csrf
-
Enter +
Enter Recovery Code
@@ -22,19 +20,19 @@ class="pt-2 text-xs cursor-pointer hover:underline hover:dark:text-white" {{ __('auth.login') }} @if ($errors->any()) -
- @foreach ($errors->all() as $error) -

{{ $error }}

- @endforeach -
+
+ @foreach ($errors->all() as $error) +

{{ $error }}

+ @endforeach +
@endif @if (session('status')) -
- {{ session('status') }} -
+
+ {{ session('status') }} +
@endif
- + \ No newline at end of file diff --git a/resources/views/livewire/force-password-reset.blade.php b/resources/views/livewire/force-password-reset.blade.php index e1f1d2917..c4dff65ef 100644 --- a/resources/views/livewire/force-password-reset.blade.php +++ b/resources/views/livewire/force-password-reset.blade.php @@ -1,19 +1,17 @@
- Coolify + Last Hour
- - + + Reset Password
-
+ \ No newline at end of file diff --git a/resources/views/livewire/waitlist/index.blade.php b/resources/views/livewire/waitlist/index.blade.php index 548e722fc..ce17a24a0 100644 --- a/resources/views/livewire/waitlist/index.blade.php +++ b/resources/views/livewire/waitlist/index.blade.php @@ -2,19 +2,15 @@
-
Coolify
+
Last Hour

Self-hosting in the cloud - + - - + +

@@ -26,12 +22,10 @@
People waiting in the line: {{ $waitingInLine }}
Already using Coolify Cloud: {{ $users }}
- This is a paid & hosted version of Coolify.
See the pricing here. + This is a paid & hosted version of Coolify.
See the pricing here.
- If you are looking for the self-hosted version go here. + If you are looking for the self-hosted version go here.
-
+ \ No newline at end of file