Merge pull request #790 from davidsf/fix_user_show
Add program to event relation in user/show.
This commit is contained in:
commit
68cc4a73d9
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
- @user.events.confirmed.each do |event|
|
- @user.events.confirmed.each do |event|
|
||||||
%li
|
%li
|
||||||
%h4
|
%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
|
%strong
|
||||||
at
|
at
|
||||||
= event.conference.title
|
= event.program.conference.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue