<% if @courses.any? %> <%= render partial: 'shared/course', collection: @courses %> <% else %>

Sorry, we couldn't find anything matching your search.

Please try again!

<% end %> <%= javascript_tag do %> document.addEventListener('DOMContentLoaded', () => { this.schedule = new Schedule(); this.search = new Search(); }); <% end %>