aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_general/index.rhtml
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-01 13:04:02 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-02 14:49:13 +1100
commitd88b79d1aa24a78ed95255a37a0403d7e3c0117e (patch)
treeaf7ee3e8c470e03f36f5b474f22cb731f5ea951d /app/views/admin_general/index.rhtml
parent7c4fdfb4944e3c4f9729c86a0e8a9c445e51b688 (diff)
Inline method
Diffstat (limited to 'app/views/admin_general/index.rhtml')
-rw-r--r--app/views/admin_general/index.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml
index 48bd7f694..ea19f2635 100644
--- a/app/views/admin_general/index.rhtml
+++ b/app/views/admin_general/index.rhtml
@@ -40,7 +40,7 @@
<% for @request in @error_message_requests %>
<li>
<%= request_both_links(@request)%>
- &ndash; <%=simple_date(@request.get_last_event.created_at)%>
+ &ndash; <%=simple_date(@request.info_request_events.last.created_at)%>
</li>
<% end %>
</ul>
@@ -53,7 +53,7 @@
<% for @request in @attention_requests %>
<li>
<%= request_both_links(@request)%>
- &ndash; <%=simple_date(@request.get_last_event.created_at)%>
+ &ndash; <%=simple_date(@request.info_request_events.last.created_at)%>
</li>
<% end %>
</ul>
@@ -67,7 +67,7 @@
<% for @request in @requires_admin_requests %>
<li>
<%= request_both_links(@request)%>
- &ndash; <%=simple_date(@request.get_last_event.created_at)%>
+ &ndash; <%=simple_date(@request.info_request_events.last.created_at)%>
</li>
<% end %>
</ul>