Split project controller into multiple classes
This commit is contained in:
@@ -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>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user