# Monkeypatch! Hack for admin pages, when proxied via https on mySociety servers, they# need a relative URL.moduleWillPaginateclassLinkRendererdefpage_link(page,text,attributes={})url=url_for(page)ifurl.match(/^\/admin.*(\?.*)/)url=$1end@template.link_totext,url,attributesendendend