Only show active conference participants as speakers

- Instead of showing Users from all the events, only use
  the current conference participants instead
This commit is contained in:
Nemo 2018-03-19 01:04:23 +05:30
parent 5f70c54d8e
commit 6bf356223a
2 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@
= f.input :subtitle, as: :string
= speaker_selector_input f
= speaker_selector_input f, @conference
= track_selector_input f