summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/cube-details.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/cube-details.phtml')
-rw-r--r--application/views/scripts/cube-details.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/scripts/cube-details.phtml b/application/views/scripts/cube-details.phtml
new file mode 100644
index 0000000..b47bf9b
--- /dev/null
+++ b/application/views/scripts/cube-details.phtml
@@ -0,0 +1,10 @@
+<div class="controls">
+<?= $this->tabs ?>
+<h1><?= $this->escape($this->title) ?></h1>
+</div>
+
+<div class="content">
+ <ul class="action-links">
+ <?= $this->links ?>
+ </ul>
+</div>