Skip to content

Commit

Permalink
[api] show requests in reversed order on profile pages
Browse files Browse the repository at this point in the history
This fixes issue #1190
  • Loading branch information
Manuel Schnitzer committed Aug 4, 2016
1 parent a9b0dc9 commit 057232e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/views/shared/_requests.html.erb
Expand Up @@ -49,6 +49,7 @@
</table>
<% content_for :ready_function do %>
$('#<%= request_table_id %>').dataTable({
'aaSorting': [[0,'desc']],
'aoColumns': [
<%== sort_columns.join(",\n") %>,
{'bSortable': false}
Expand Down

0 comments on commit 057232e

Please sign in to comment.