Skip to content

Commit

Permalink
Merge pull request #6327 from samvera/sort-notifications-desc
Browse files Browse the repository at this point in the history
Default sort order of notifications page
  • Loading branch information
dlpierce authored Sep 20, 2023
2 parents 975c9c0 + 571101d commit 04271c4
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 04271c4

Please sign in to comment.