aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-03-14 15:05:15 -0700
committerLouise Crow <louise.crow@gmail.com>2013-03-14 15:05:15 -0700
commitd21af4ad0b9f810bf7382440322b93c6c44e93a2 (patch)
tree98460c17442efb3283f2318aba9f1702ca749c63
parentecc388cb94e90dabc484e0bd4741a15826e1bc86 (diff)
Fix bad merge of d88b79d1aa24a78ed95255a37a0403d7e3c0117e
-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 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 %>