diff options
author | francis <francis> | 2008-10-17 20:32:42 +0000 |
---|---|---|
committer | francis <francis> | 2008-10-17 20:32:42 +0000 |
commit | c80d3d4b2a13255f83d0da7794fe4abb13af6017 (patch) | |
tree | 62dad83bde6d93be87bfc072f6909016ef3e7ec5 /app/helpers/link_to_helper.rb | |
parent | 3be16a9ab0041afb9270f35274d3f090e14fa684 (diff) |
View Word docs as HTML
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 e8be14162..d64ce253d 100644 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -5,12 +5,12 @@ # 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.44 2008-10-03 17:09:06 francis Exp $ +# $Id: link_to_helper.rb,v 1.45 2008-10-17 20:32:42 francis Exp $ module LinkToHelper # Links to various models - + # Requests def request_url(info_request) return show_request_url(:url_title => info_request.url_title, :only_path => true) |