summaryrefslogtreecommitdiff
path: root/public/app/views/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/group.php')
-rw-r--r--public/app/views/group.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/public/app/views/group.php b/public/app/views/group.php
deleted file mode 100644
index 5d5dea0..0000000
--- a/public/app/views/group.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<section>
- <div style="padding: 1em">
-
- <?php foreach ($group as $item) : ?>
-
- <div style="padding: 1em">
- <?php render_view('item', ['item' => $item]) ?>
- </div>
-
- <?php endforeach; ?>
-
- </div>
-</section>