diff --git a/resources/views/livewire/project/index.blade.php b/resources/views/livewire/project/index.blade.php index 92d4a63f9..88b2e12e9 100644 --- a/resources/views/livewire/project/index.blade.php +++ b/resources/views/livewire/project/index.blade.php @@ -11,9 +11,8 @@
All your projects are here.
@forelse ($projects as $project) -
-
+
+
{{ $project->name }}
{{ $project->description }}
@@ -33,15 +32,8 @@
+ function gotoProject(uuid, defaultEnvironment) { + window.location.href = '/project/' + uuid + '/' + defaultEnvironment; + } +