Skip to content

Commit

Permalink
Merge pull request #1396 from DMPRoadmap/issue1395
Browse files Browse the repository at this point in the history
correct sort order for my dashboard - fixes #1395
  • Loading branch information
briri authored Apr 19, 2018
2 parents 8856060 + 870fab0 commit 421fad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/plans/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
controller: 'paginable/plans',
action: 'privately_visible',
scope: @plans,
query_params: { sort_field: 'plans.updated_at', sort_direction: :desc }) %>
query_params: { sort_field: 'plans.updated_at', sort_direction: 'desc' }) %>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 421fad0

Please sign in to comment.