diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml
index ae2a93cc..8b2ad047 100644
--- a/app/views/proposals/show.html.haml
+++ b/app/views/proposals/show.html.haml
@@ -83,7 +83,7 @@
= @event.room.name
.col-md-12
%dt Conference:
- %dd= @event.program.conference.title
+ %dd= link_to @event.program.conference.title, conference_path(@conference)
.col-md-12
%dt Language:
%dd= @event.language if @event.language