Update app/views/conferences/_highlights.haml
Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
This commit is contained in:
parent
7f1162ea35
commit
01bb991d46
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
= link_to(conference_program_proposal_path(conference_id,
|
= link_to(conference_program_proposal_path(conference_id,
|
||||||
event),
|
event),
|
||||||
class: 'thumbnail') do
|
class: 'thumbnail') do
|
||||||
- unless speaker.nil?
|
- if speaker
|
||||||
= image_tag speaker.gravatar_url(size: 300),
|
= image_tag speaker.gravatar_url(size: 300),
|
||||||
class: ['img-responsive', 'img-circle'],
|
class: ['img-responsive', 'img-circle'],
|
||||||
title: speaker.name
|
title: speaker.name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue