diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-14 15:05:15 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-14 15:08:16 -0700 |
commit | 6da944f72aa002cb7ae110bfff448228826b8710 (patch) | |
tree | 9feb94318876311e53a01b65039cd93f1e4ab1cd | |
parent | 4ab0b096b9ac82bb36930750d171d9c782a213b8 (diff) |
Fix bad merge of d88b79d1aa24a78ed95255a37a0403d7e3c0117e
-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 %> |