Case insensitive wokshop sorting

This commit is contained in:
Godwin 2015-09-27 19:37:27 -07:00
parent 851ac53f09
commit 9e9054ca97

View File

@ -12,7 +12,7 @@
%h3=_'articles.workshops.headings.Proposed_Workshops'
%p=_'articles.workshops.paragraphs.Proposed_Workshops', "Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process."
%ul.workshop-list
- @conference.workshops.sort_by{|w| w.title}.each do |w|
- @conference.workshops.sort_by{ |w| w.title.downcase }.each do |w|
%li
%h4=w.title
.workshop-interest