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}