Create links for speakers in admin/reports#index
This commit is contained in:
parent
93404d543f
commit
8a0f3c99b0
4 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue