aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/body/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/body/show.rhtml')
-rw-r--r--app/views/body/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml
index 5d5c15cea..5a972831b 100644
--- a/app/views/body/show.rhtml
+++ b/app/views/body/show.rhtml
@@ -19,7 +19,7 @@
<%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> made to this authority
</h2>
- <%= render :partial => 'request/request_listing', :locals => { :info_requests => @public_body.info_requests.sort { |a,b| b.created_at <=> a.created_at } } %>
+ <%= render :partial => 'request/request_listing', :locals => { :info_requests => @public_body.info_requests } %>
<% end %>