aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-03-06 19:16:52 -0800
committerLouise Crow <louise.crow@gmail.com>2013-03-06 19:16:52 -0800
commitad3693a1f1e44caedf026decb194f5f3e52f98ba (patch)
tree476ee334de8dff8dc9bdc5bb0c680d8cdb673657
parent85f45fd83621329eff53864a36842425ffe50735 (diff)
Use relative paths.
-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 ec5b860e5..0c5f24279 100644
--- a/app/views/admin_general/timeline.rhtml
+++ b/app/views/admin_general/timeline.rhtml
@@ -31,7 +31,7 @@
<%= simple_time(event_at) %>
<% if event.is_a? InfoRequestEvent %>
- <%= link_to('<i class="icon-tags"></i>'.html_safe, admin_request_show_url(event.info_request), :title => "view full details")%>
+ <%= link_to('<i class="icon-tags"></i>'.html_safe, admin_request_show_path(event.info_request), :title => "view full details")%>
<%= link_to(event.info_request.title, request_path(event.info_request), :title => "view request on public website")%>
<% if event.event_type == 'edit' %>