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