From 01bb991d463f612f8446afbb78acf15c2078a526 Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Tue, 19 Apr 2022 13:16:45 +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 f3281389..0575362f 100644 --- a/app/views/conferences/_highlights.haml +++ b/app/views/conferences/_highlights.haml @@ -11,7 +11,7 @@ = link_to(conference_program_proposal_path(conference_id, event), class: 'thumbnail') do - - unless speaker.nil? + - if speaker = image_tag speaker.gravatar_url(size: 300), class: ['img-responsive', 'img-circle'], title: speaker.name