Add program to event relation in user/show. fix #789

This commit is contained in:
David Sedeño 2016-02-22 22:20:19 +01:00
parent ed0f55c45f
commit cdaf77d8b8

View file

@ -18,7 +18,7 @@
- @user.events.confirmed.each do |event|
%li
%h4
= link_to event.title, conference_proposal_path(event.conference.short_title, event.id)
= link_to event.title, conference_program_proposal_path(event.program.conference.short_title, event.id)
%strong
at
= event.conference.title
= event.program.conference.title