diff options
Diffstat (limited to 'app/Template/dashboard/layout.php')
-rw-r--r-- | app/Template/dashboard/layout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/dashboard/layout.php b/app/Template/dashboard/layout.php index 2a32ac02..187f7f42 100644 --- a/app/Template/dashboard/layout.php +++ b/app/Template/dashboard/layout.php @@ -19,7 +19,7 @@ </li> <li> <i class="fa fa-folder fa-fw"></i> - <?= $this->url->link(t('Project management'), 'project', 'index') ?> + <?= $this->url->link(t('Project management'), 'ProjectListController', 'show') ?> </li> </ul> </div> @@ -29,4 +29,4 @@ <?= $content_for_sublayout ?> </div> </section> -</section>
\ No newline at end of file +</section> |