diff options
author | francis <francis> | 2007-12-24 16:49:34 +0000 |
---|---|---|
committer | francis <francis> | 2007-12-24 16:49:34 +0000 |
commit | 8b6f0a936e3d989fb6002212560adb58d6b3600d (patch) | |
tree | d20857a1099aaede88ab29e979cc9234b5be097c /app/helpers/link_to_helper.rb | |
parent | da971428ca4cde737737da30ae49fefa0a5ca93e (diff) |
Hmmm, at least link to classifying pages from main request if some responses
haven't been classified yet. Very clumbsy though, right now.
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rw-r--r-- | app/helpers/link_to_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |