From 7bbac4b59923902f0f5fa9fb4ee249fb2be325cf Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Tue, 19 Apr 2022 13:16:50 +0200 Subject: [PATCH] Update app/views/conferences/_highlights.haml Co-authored-by: Henne Vogelsang --- app/views/conferences/_highlights.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conferences/_highlights.haml b/app/views/conferences/_highlights.haml index 0575362f..2bb5b383 100644 --- a/app/views/conferences/_highlights.haml +++ b/app/views/conferences/_highlights.haml @@ -16,6 +16,6 @@ class: ['img-responsive', 'img-circle'], title: speaker.name .caption - - unless speaker.nil? + - if speaker %h3.text-center= speaker.name %h4.text-center= event.title