From 5c86fa32c4e5351290ea27ea34242c9b502ad060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Fri, 22 Feb 2019 13:48:40 +0100 Subject: [PATCH] Add link to conference in proposal page Closes https://github.com/openSUSE/osem/issues/2363 --- app/views/proposals/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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