aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_view_html_prefix.rhtml
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-13 16:24:43 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 12:22:22 +1100
commita5e2adf08cdcea0bec25e14b83584091edfb79fb (patch)
tree5eefcb37ad57b535ef15085fd5321138030669cc /app/views/request/_view_html_prefix.rhtml
parentf54aaf27a19739b44c5ec032a4b1b2b172074a9c (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.rhtml2
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>