about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-23 22:09:36 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-23 22:09:36 +0200
commit585ce5b679406ffe8644b23e3a267d7af8e3a5de (patch)
tree27dff9a966b9c265e929330b48314f1c38d48428 /views/index.tt
parentignore logs (diff)
downloadjitterbug-585ce5b679406ffe8644b23e3a267d7af8e3a5de.tar.gz
initial import
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/index.tt b/views/index.tt
new file mode 100644
index 0000000..7b44ac5
--- /dev/null
+++ b/views/index.tt
@@ -0,0 +1,8 @@
+<h2>Projects</h2>
+
+<ul>
+  : for $projects -> $project {
+  <li><a href="<: $uri_base :>project/<: $project :>"><: $project :></a></li>
+  : }
+</ul>
+