Skip to content

Commit

Permalink
Order subjects in _placement_dates.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Apr 25, 2024
1 parent 6fc29a6 commit 5d6de49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<% if date.supports_subjects? %>
<p>
<% if date.subjects.present? %>
<%= to_sentence(date.subjects.map(&:name)) %>
<%= to_sentence(date.subjects.map(&:name).sort) %>
<% else %>
All subjects
<% end %>
Expand Down

0 comments on commit 5d6de49

Please sign in to comment.