aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/index.rhtml')
-rw-r--r--app/views/request/index.rhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/request/index.rhtml b/app/views/request/index.rhtml
index 20ed122c3..8c6f9d9b4 100644
--- a/app/views/request/index.rhtml
+++ b/app/views/request/index.rhtml
@@ -7,7 +7,9 @@ Request to <%=@info_request.public_body.name%>
</p>
<p>
-Created by <%= @info_request.user.name %></td> on <%= @info_request.created_at %>
+Created by
+<%= link_to @info_request.user.name, :controller => 'user', :action => 'index', :name => @info_request.user.name %>
+on <%= @info_request.created_at %>
</p>