aboutsummaryrefslogtreecommitdiff
path: root/apps/dreki_web/templates/store_list.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dreki_web/templates/store_list.dtl')
-rw-r--r--apps/dreki_web/templates/store_list.dtl9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/dreki_web/templates/store_list.dtl b/apps/dreki_web/templates/store_list.dtl
new file mode 100644
index 0000000..65dc5af
--- /dev/null
+++ b/apps/dreki_web/templates/store_list.dtl
@@ -0,0 +1,9 @@
+<h1 class="text-lg">{{ location }} :: {{ namespace }}:{{ directory }}</h1>
+
+<ul>
+{% for res in result %}
+<li><a href="{{ res.href }}">{{ res.id }}</a></li>
+{% endfor %}
+</ul>
+
+<a href="{{ new }}">Create</a>