Create links for speakers in admin/reports#index

This commit is contained in:
selini 2017-03-21 21:08:53 +02:00 committed by Stella Rouzi
parent 93404d543f
commit 8a0f3c99b0
4 changed files with 12 additions and 3 deletions

View file

@ -21,7 +21,8 @@
%tr
%td= event.id
%td= link_to event.title, edit_admin_conference_program_event_path(@conference.short_title, event)
%td #{event.speaker_names}
%td
= speaker_links(event)
%td= event.description
%td= event.room.name if event.room
%td= event.time.to_date if event.time