admins can update volunteers, show names
This commit is contained in:
parent
94ea8b3a6c
commit
d1b2ad3528
3 changed files with 7 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ module Admin
|
|||
:track_id, :state, :language, :is_highlight, :max_attendees,
|
||||
# Not used anymore?
|
||||
:proposal_additional_speakers, :user, :users_attributes,
|
||||
speaker_ids: [])
|
||||
speaker_ids: [], volunteer_ids: [])
|
||||
end
|
||||
|
||||
def comment_params
|
||||
|
|
|
|||
|
|
@ -85,6 +85,11 @@
|
|||
(
|
||||
= link_to speaker.email, "mailto: #{speaker.email}"
|
||||
)
|
||||
%tr
|
||||
%td
|
||||
%b Volunteers
|
||||
%td
|
||||
= volunteer_links(@event)
|
||||
%tr
|
||||
%td
|
||||
%b Biographies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue