diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-13 16:24:43 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 12:22:22 +1100 |
commit | a5e2adf08cdcea0bec25e14b83584091edfb79fb (patch) | |
tree | 5eefcb37ad57b535ef15085fd5321138030669cc /app/views/request/_view_html_prefix.rhtml | |
parent | f54aaf27a19739b44c5ec032a4b1b2b172074a9c (diff) |
Make links to within the site use relative urls
Diffstat (limited to 'app/views/request/_view_html_prefix.rhtml')
-rw-r--r-- | app/views/request/_view_html_prefix.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_view_html_prefix.rhtml b/app/views/request/_view_html_prefix.rhtml index b29830ac7..3a9946745 100644 --- a/app/views/request/_view_html_prefix.rhtml +++ b/app/views/request/_view_html_prefix.rhtml @@ -7,6 +7,6 @@ <br>(<%=h @attachment.name_of_content_type %>) </div> <%= _('This is an HTML version of an attachment to the Freedom of Information request')%> - '<%=link_to h(@info_request.title), incoming_message_url(@incoming_message)%>'. + '<%=link_to h(@info_request.title), incoming_message_path(@incoming_message)%>'. </div> |