diff options
author | Francis Irving <francis@mysociety.org> | 2010-01-20 11:15:28 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-01-20 11:15:28 +0000 |
commit | 71be854db566b0def9da10657f9c43152ceb5b67 (patch) | |
tree | ea04579c448c30d8fd831fbed7e492cb17260a70 /app/helpers/link_to_helper.rb | |
parent | fca7b4dc8ebebb4371c7a6b7e07f9e81042a3ca6 (diff) |
Table showing event history.
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rw-r--r-- | app/helpers/link_to_helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 6ee0edb2b..aa63ef65d 100644 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -33,6 +33,10 @@ module LinkToHelper return similar_request_url(:url_title => info_request.url_title, :only_path => true) end + def request_details_url(info_request) + return details_request_url(:url_title => info_request.url_title, :only_path => true) + end + # Incoming / outgoing messages def incoming_message_url(incoming_message) return request_url(incoming_message.info_request)+"#incoming-"+incoming_message.id.to_s |