From 8b6f0a936e3d989fb6002212560adb58d6b3600d Mon Sep 17 00:00:00 2001 From: francis Date: Mon, 24 Dec 2007 16:49:34 +0000 Subject: Hmmm, at least link to classifying pages from main request if some responses haven't been classified yet. Very clumbsy though, right now. --- app/helpers/link_to_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/helpers/link_to_helper.rb') diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 054bcbf3d..7ef8a8186 100644 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -5,7 +5,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: link_to_helper.rb,v 1.5 2007-12-20 16:42:43 francis Exp $ +# $Id: link_to_helper.rb,v 1.6 2007-12-24 16:49:36 francis Exp $ module LinkToHelper @@ -19,7 +19,7 @@ module LinkToHelper def request_link(info_request) link_to h(info_request.title), request_url(info_request) end - + def public_body_url(public_body) return show_public_body_url(:simple_short_name => simplify_url_part(public_body.short_name), :only_path => true) end -- cgit v1.2.3