Skip to content

Commit

Permalink
Default notifications page to sorting in descending order by timestam…
Browse files Browse the repository at this point in the history
…p, so that newest notifications display first
  • Loading branch information
bbpennel committed Sep 20, 2023
1 parent 975c9c0 commit 571101d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/notifications/_notifications.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% if messages.present? %>
<div class="table-responsive">
<table class="table table-striped datatable">
<table class="table table-striped datatable" data-order='[[0, "desc"]]'>
<thead>
<tr>
<th><%= t('hyrax.mailbox.date') %></th>
Expand Down

0 comments on commit 571101d

Please sign in to comment.