aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/link_to_helper.rb4
-rw-r--r--config/routes.rb4
-rw-r--r--todo.txt2
3 files changed, 6 insertions, 4 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index c036dfc92..16aa59117 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.47 2008-11-07 00:01:50 francis Exp $
+# $Id: link_to_helper.rb,v 1.48 2008-11-07 00:47:23 francis Exp $
module LinkToHelper
@@ -159,7 +159,7 @@ module LinkToHelper
if info_request.nil?
return help_general_url(:action => 'unhappy')
else
- return help_general_url(:action => 'unhappy', :url_title => info_request.url_title)
+ return help_unhappy_url(:url_title => info_request.url_title)
end
end
diff --git a/config/routes.rb b/config/routes.rb
index a7e5984fa..309b7c72f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: routes.rb,v 1.79 2008-11-07 00:01:51 francis Exp $
+# $Id: routes.rb,v 1.80 2008-11-07 00:47:23 francis Exp $
ActionController::Routing::Routes.draw do |map|
@@ -83,7 +83,7 @@ ActionController::Routing::Routes.draw do |map|
end
map.with_options :controller => 'help' do |help|
- help.help_general '/help/unhappy/:url_title', :action => 'unhappy'
+ help.help_unhappy '/help/unhappy/:url_title', :action => 'unhappy'
help.help_general '/help/:action', :action => :action
end
diff --git a/todo.txt b/todo.txt
index fa5fa1f64..5d873157a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -14,6 +14,8 @@ link through to ICO submitting help page instead.
Change preview when you've chosen the internal review radio button
+Improve look and text when you enter unhappy from choosing partial or rejection
+
Clock for internal review
"The internal review should take 2-3 weeks for simple cases, and up to 6 weeks