aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_general/timeline.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin_general/timeline.rhtml')
-rw-r--r--app/views/admin_general/timeline.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_general/timeline.rhtml b/app/views/admin_general/timeline.rhtml
index 57ded629a..5379a0523 100644
--- a/app/views/admin_general/timeline.rhtml
+++ b/app/views/admin_general/timeline.rhtml
@@ -72,7 +72,7 @@
<% elsif event.event_type == 'response' %>
<% incoming_message = event.incoming_message %>
received
- <%= link_to 'a response', incoming_message_url(incoming_message) %>
+ <%= link_to 'a response', incoming_message_path(incoming_message) %>
from <%=h event.info_request.public_body.name %>.
<% elsif event.event_type == 'sent' %>
was initially sent to <%=h event.params[:email]%> at <%=h event.info_request.public_body.name %>.