Update app/views/conferences/_highlights.haml

Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
This commit is contained in:
Sasi Olin 2022-04-19 13:16:45 +02:00 committed by GitHub
parent 7f1162ea35
commit 01bb991d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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