Skip to content

Commit

Permalink
Fix bad merge of d88b79d
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Mar 14, 2013
1 parent ecc388c commit d21af4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin_general/index.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand All @@ -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 %>
Expand All @@ -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 %>
Expand Down

0 comments on commit d21af4a

Please sign in to comment.