From 3095787aa787b0f7aa1af676fdc47c3d921fa928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sede=C3=B1o?= Date: Sun, 17 Jan 2016 20:49:30 +0100 Subject: [PATCH] Add title in conference show view. fix #751 --- app/views/conference/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index f5065b3e..d3dcc8fa 100644 --- a/app/views/conference/show.html.haml +++ b/app/views/conference/show.html.haml @@ -1,3 +1,6 @@ += content_for :title do + = @conference.title + #splash - if @conference.splashpage #banner