diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index b20476c..6bdbf4a 100755 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -15,7 +15,7 @@ 'icon' => ProjectStatus::getIconById($statusId), 'number' => array_key_exists($statusId, $projectStatusStats) ? $projectStatusStats[$statusId] : 0, 'text' => ProjectStatus::getNameById($statusId), - 'linkRoute' => route('projects.index', ['status' => $statusId]), + 'linkRoute' => route('projects.index', ['status_id' => $statusId]), ]) @endforeach diff --git a/resources/views/view-components/sidebar-project-list-links.blade.php b/resources/views/view-components/sidebar-project-list-links.blade.php index e751b60..98a9a9e 100644 --- a/resources/views/view-components/sidebar-project-list-links.blade.php +++ b/resources/views/view-components/sidebar-project-list-links.blade.php @@ -2,13 +2,11 @@