osem-fcy/app/views/conference/_schedule_item.html.haml

12 lines
573 B
Text
Raw Normal View History

%td.event{ style: "width: #{width * span}%; cursor:pointer", |
2016-05-30 20:04:08 +02:00
colspan: span, |
2015-05-16 14:52:18 +02:00
role: "button" } |
2016-05-30 20:04:08 +02:00
%a.unstyled-link{href: url_for(conference_program_proposal_path(@conference.short_title, event.id))}
%h5
= event.title
2016-05-30 20:04:08 +02:00
- if speaker = event.speakers.first
2015-05-16 14:52:18 +02:00
= image_tag speaker.gravatar_url, :class => "img-circle pull-right", |
:alt => speaker.name, |
:title => speaker.name, |
:style => "padding:2px 0px;" |