diff --git a/app/views/members/show.html.erb b/app/views/members/show.html.erb index dae49a6..8d1c1fb 100644 --- a/app/views/members/show.html.erb +++ b/app/views/members/show.html.erb @@ -57,7 +57,7 @@ <%= t('notifications.attributes.status') %> <%= t('members.show.contribution_actions') %> - <% @member.notifications.order(to_be_sent_on: :desc).each do |notification| %> + <% @member.notifications.order(to_be_sent_on: :asc).each do |notification| %> <%= notification.to_be_sent_on %> <%= notification.template %>