|
|
@ -20,7 +20,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
module MeetingsHelper |
|
|
|
module MeetingsHelper |
|
|
|
def format_participant_list(participants) |
|
|
|
def format_participant_list(participants) |
|
|
|
participants.sort.collect { |p| link_to_user p.user }.join('; ').html_safe |
|
|
|
participants.sort.map { |p| link_to_user p.user }.join('; ').html_safe |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def render_meeting_journal(model, journal, options = {}) |
|
|
|
def render_meeting_journal(model, journal, options = {}) |
|
|
|