admins can update volunteers, show names
This commit is contained in:
parent
94ea8b3a6c
commit
d1b2ad3528
3 changed files with 7 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue