osem-fcy/app/views/proposals/_speaker_info.haml

20 lines
529 B
Text
Raw Normal View History

.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'
.col-md-8
%h4
= link_to speaker.name, user_path(speaker.id)
%br
- if speaker.email_public?
2021-03-11 23:21:08 -08:00
= mail_to speaker.email.to_s do
%i.fa.fa-envelope-o.fa-2x
- if speaker.affiliation?
.text-muted
from
= speaker.affiliation
- if speaker.biography?
.row.speakerbio
.col-md-12
= markdown(speaker.biography)