From f7851f1ddbf0708fe8cd2ae00767db3aa9ab55f3 Mon Sep 17 00:00:00 2001 From: Daniel Evans Date: Fri, 15 Jun 2012 19:04:10 +0100 Subject: [PATCH] More links --- views/polllist.jade | 2 ++ views/quotelist.jade | 2 ++ 2 files changed, 4 insertions(+) diff --git a/views/polllist.jade b/views/polllist.jade index 5f0e73b..4de9297 100644 --- a/views/polllist.jade +++ b/views/polllist.jade @@ -1,3 +1,5 @@ +div#backlink + a(href='/') « Home div#controls input(type="text", name="search", id="search-text", oninput="search(this.value)") ul#quotelist diff --git a/views/quotelist.jade b/views/quotelist.jade index 154fb1a..9643069 100644 --- a/views/quotelist.jade +++ b/views/quotelist.jade @@ -1,3 +1,5 @@ +div#backlink + a(href='/') « Home div#controls input(type="text", name="search", id="search-text", oninput="search(this.value)") ul#quotelist