diff options
-rw-r--r-- | app/controllers/request_controller.rb | 4 | ||||
-rw-r--r-- | app/views/request/show.rhtml | 4 | ||||
-rw-r--r-- | todo.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 4275c944d..334edbbff 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.69 2008-04-01 00:36:56 francis Exp $ +# $Id: request_controller.rb,v 1.70 2008-04-03 16:09:25 francis Exp $ class RequestController < ApplicationController @@ -40,7 +40,7 @@ class RequestController < ApplicationController view = params[:view] if view.nil? - @title = "Recent Freedom of Information requests" + @title = "Recently sent Freedom of Information requests" query = "variety:sent"; sortby = "newest" elsif view == 'successful' diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 1bb926b57..eecf0bcdf 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -66,13 +66,11 @@ </div> <div id="request_sidebar"> -<!-- <h2>Actions</h2> - + <h2>Actions</h2> <p> <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %> (by email or RSS) </p> - --> <% if @info_requests_same_user_same_body.size > 0 %> <h2>Some other requests made by @@ -39,6 +39,8 @@ Consider removing login links from notifications of new responses Later ===== +"Some other requets..." should have "more" link now + Now that we have LinkToHelper in mailer *objects* (not classes) call out to it everywhere that it should |