diff options
-rw-r--r-- | app/views/admin_general/index.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml index 9940434ac..b239a2b3f 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -67,7 +67,7 @@ <%= request_both_links(@request) %> </td> <td class="span2"> - <%=simple_date(@request.get_last_event.created_at)%> + <%=simple_date(@request.info_request_events.last.created_at)%> </td> </tr> <% end %> @@ -92,7 +92,7 @@ <%= request_both_links(@request) %> </td> <td class="span2"> - <%=simple_date(@request.get_last_event.created_at)%> + <%=simple_date(@request.info_request_events.last.created_at)%> </td> </tr> <% end %> @@ -116,7 +116,7 @@ <%= request_both_links(@request) %> </td> <td class="span2"> - <%=simple_date(@request.get_last_event.created_at)%> + <%=simple_date(@request.info_request_events.last.created_at)%> </td> </tr> <% end %> |