summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTreeModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/InteractiveTreeModule.php')
-rw-r--r--app/Module/InteractiveTreeModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/InteractiveTreeModule.php b/app/Module/InteractiveTreeModule.php
index 40925bbe91..214baa1a3f 100644
--- a/app/Module/InteractiveTreeModule.php
+++ b/app/Module/InteractiveTreeModule.php
@@ -51,7 +51,7 @@ class InteractiveTreeModule extends AbstractModule implements ModuleTabInterface
$treeview = new TreeView('tvTab');
list($html, $js) = $treeview->drawViewport($individual, 3);
- return view('tabs/treeview', [
+ return view('modules/tree/tab', [
'html' => $html,
'js' => $js,
'treeview_css' => WT_MODULES_DIR . $this->getName() . '/css/treeview.css',