aboutsummaryrefslogtreecommitdiffstats
path: root/templates/devtest/list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devtest/list.tmpl')
-rw-r--r--templates/devtest/list.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/devtest/list.tmpl b/templates/devtest/list.tmpl
new file mode 100644
index 0000000000..3a519c328e
--- /dev/null
+++ b/templates/devtest/list.tmpl
@@ -0,0 +1,5 @@
+<ul>
+ {{range .SubNames}}
+ <li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
+ {{end}}
+</ul>