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

11 lines
539 B
Text
Raw Normal View History

2016-06-10 16:33:57 +02:00
%td.event{ width: "#{ width * span }%" , |
colspan: span, |
2015-05-16 14:52:18 +02:00
role: "button" } |
2016-06-10 16:33:57 +02:00
%a.unstyled-link{href: url_for(conference_program_proposal_path(@conference.short_title, event.id))}
%div{ class:"event-elipsis break-words event-title"}
2016-06-10 16:33:57 +02:00
= event.title
- if speaker = event.speakers.first
= image_tag speaker.gravatar_url, :class => "img-circle pull-right speaker-pic", |
2015-05-16 14:52:18 +02:00
:alt => speaker.name, |
:title => speaker.name