3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00
dbot/views/quotelist.jade

5 lines
100 B
Plaintext
Raw Normal View History

2011-09-15 13:50:40 +02:00
ul#quotes
-each quote in quotes
2011-09-15 13:53:53 +02:00
li
2011-09-15 13:56:47 +02:00
a(href: '/quotes/' + #{quote}) #{quote}