dbot/views/poll/polllist.jade

13 lines
309 B
Plaintext
Raw Normal View History

2012-12-24 05:47:47 +00:00
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}
2012-06-15 16:15:02 +01:00