Show off track colors some more

This commit is contained in:
Michael Ball 2020-07-26 23:01:41 -07:00
parent 859a47b79b
commit e93a27d1f2
3 changed files with 9 additions and 6 deletions

View file

@ -6,5 +6,5 @@
.row
.col-md-12
= semantic_form_for @schedule, url: admin_conference_schedules_path(@conference.short_title) do |f|
= f.input :track, collection: Track.accessible_by(current_ability).where(program: @program).self_organized.confirmed.pluck(:name, :id), include_blank: false
= f.input :track, collection: Track.accessible_by(current_ability).where(program: @program), include_blank: false
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }