From e42d5aa46592d42fa87f8c46d109bed6f75522e9 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 4 Sep 2016 19:56:36 +0200 Subject: [PATCH] search repopulation also not needed --- Application.hs | 2 +- Foundation.hs | 20 +- Handler/Admin.hs | 40 ++-- Handler/Search.hs | 322 ++++++++++++++++---------------- config/routes | 4 +- eidolon.cabal | 2 +- templates/adminBase.hamlet | 4 +- templates/default-layout.hamlet | 4 +- 8 files changed, 201 insertions(+), 197 deletions(-) diff --git a/Application.hs b/Application.hs index 9579b56..c12c3dc 100755 --- a/Application.hs +++ b/Application.hs @@ -68,7 +68,7 @@ import Handler.AdminMediumSettings import Handler.AdminComments import Handler.Tag import Handler.RootFeed -import Handler.Search +-- import Handler.Search -- This line actually creates our YesodDispatch instance. It is the second half -- of the call to mkYesodData which occurs in Foundation.hs. Please see the diff --git a/Foundation.hs b/Foundation.hs index ff134a2..7e55b5f 100755 --- a/Foundation.hs +++ b/Foundation.hs @@ -101,16 +101,16 @@ renderLayout widget = do copyrightWidget <- widgetToPageContent $ $(widgetFile "copyrightFooter") - searchWidget <- widgetToPageContent $ [whamlet| -
- -
- - -