aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user/index.rhtml')
-rw-r--r--app/views/user/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/index.rhtml b/app/views/user/index.rhtml
index 535eab8d9..fe314a07e 100644
--- a/app/views/user/index.rhtml
+++ b/app/views/user/index.rhtml
@@ -11,7 +11,7 @@
<p>Freedom of Information requests made by this person:</p>
<ul>
<% for info_request in display_user.info_requests %>
- <li><%= link_to h(info_request.title), :controller => 'request', :action => 'index', :id => info_request %></li>
+ <li><%= link_to h(info_request.title), :controller => 'request', :action => 'show', :id => info_request %></li>
<% end %>
</ul>
<% end %>