From d9c37e5617235cfa4524f4493d4786d2b10ff8ca Mon Sep 17 00:00:00 2001 From: francis Date: Mon, 22 Sep 2008 13:57:44 +0000 Subject: Call follow ups replies again when they are replies. Use better wording from Matthew for links for replies. Add reply/follow up to last message as action in list of actions at bottom. --- app/controllers/request_controller.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/controllers/request_controller.rb') diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 9317c60e8..e38e733cc 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.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: request_controller.rb,v 1.111 2008-09-22 03:06:43 francis Exp $ +# $Id: request_controller.rb,v 1.112 2008-09-22 13:57:44 francis Exp $ class RequestController < ApplicationController @@ -39,6 +39,9 @@ class RequestController < ApplicationController # Track corresponding to this page @track_thing = TrackThing.create_track_for_request(@info_request) @feed_autodetect = [ { :url => do_track_url(@track_thing, 'feed'), :title => @track_thing.params[:title_in_rss] } ] + + # For send followup link at bottom + @last_response = @info_request.get_last_response end # Requests similar to this one -- cgit v1.2.3