osem-fcy/app/views/proposals/_volunteer_info.haml
Michael Ball 8e1d03a318 Allow scheduling volunteers for sessions.
Also fix a small bug for admin registrations edit.
2020-07-25 17:38:44 -07:00

11 lines
304 B
Text

.speakerinfo
.row
.col-md-4
= image_tag speaker.profile_picture(:size => 120), class: 'img-responsive img-rounded'
.col-md-8
%h4
= link_to speaker.name, user_path(speaker.id)
- if speaker.affiliation?
.text-muted
from
= speaker.affiliation