3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

quote list

This commit is contained in:
Luke Slater 2011-09-15 12:57:24 +01:00
parent 08be931291
commit 4f742a427b

View File

@ -1,4 +1,4 @@
ul#quotes
-each quote in quotes
li
a(href: '/quotes/' + #{quote}) #{quote}
a(href: '/quotes/' + quote)= #{quote}