admins can update volunteers, show names

This commit is contained in:
Michael Ball 2020-07-26 23:23:23 -07:00
parent 94ea8b3a6c
commit d1b2ad3528
3 changed files with 7 additions and 2 deletions

View file

@ -126,7 +126,7 @@ module ApplicationHelper
def volunteer_links(event)
safe_join(event.volunteers.map do |volunteer|
link_to(volunteer.name, admin_user_path(volunteer))
end, ',')
end, ', ')
end
def volunteer_selector_input(form)