2020-07-25 17:38:44 -07:00
|
|
|
.speakerinfo
|
|
|
|
|
.row
|
|
|
|
|
.col-md-4
|
2021-03-11 23:21:08 -08:00
|
|
|
= image_tag speaker.profile_picture(size: 120), class: 'img-responsive img-rounded'
|
2020-07-25 17:38:44 -07:00
|
|
|
.col-md-8
|
|
|
|
|
%h4
|
|
|
|
|
= link_to speaker.name, user_path(speaker.id)
|
|
|
|
|
- if speaker.affiliation?
|
|
|
|
|
.text-muted
|
|
|
|
|
from
|
|
|
|
|
= speaker.affiliation
|