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:
parent
5f70c54d8e
commit
6bf356223a
2 changed files with 8 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
= f.input :subtitle, as: :string
|
||||
|
||||
= speaker_selector_input f
|
||||
= speaker_selector_input f, @conference
|
||||
|
||||
= track_selector_input f
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue