diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php
index ccba26fe9..4133045a4 100644
--- a/resources/views/components/layout.blade.php
+++ b/resources/views/components/layout.blade.php
@@ -29,7 +29,7 @@
@auth
@endauth
-
+
diff --git a/resources/views/project/application/deployment.blade.php b/resources/views/project/application/deployment.blade.php
index ba473db78..ba46704fe 100644
--- a/resources/views/project/application/deployment.blade.php
+++ b/resources/views/project/application/deployment.blade.php
@@ -3,7 +3,7 @@
- {{ request()->route('project_uuid') }}
+ href="{{ route('project.show', ['project_uuid' => request()->route('project_uuid')]) }}">{{ $application->environment->project->name }}
- {{ request()->route('environment_name') }}
diff --git a/resources/views/project/application/deployments.blade.php b/resources/views/project/application/deployments.blade.php
index f76e247f7..9592dc620 100644
--- a/resources/views/project/application/deployments.blade.php
+++ b/resources/views/project/application/deployments.blade.php
@@ -3,7 +3,7 @@