dbot/views/poll/polllist.jade
2012-12-24 05:51:19 +00:00

13 lines
309 B
Plaintext

extends ../layout
block content
div#backlink
a(href='/') « Home
div#controls
input(type="text", name="search", id="search-text", oninput="search(this.value)")
ul#quotelist
-each poll in polllist
a(href='/polls/'+poll)
li.quotes #{poll}