mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
13 lines
761 B
Text
13 lines
761 B
Text
%td.event{ width: "#{ width * span }%" , |
|
|
height: "75px" , |
|
|
colspan: span, |
|
|
style: "cursor:pointer; padding:0px;" , |
|
|
role: "button" } |
|
|
%a.unstyled-link{href: url_for(conference_program_proposal_path(@conference.short_title, event.id))}
|
|
%div{ class:"event-elipsis break-words", style: "font-size: 11px; height:45px; line-height: 15px; overflow: hidden;"}
|
|
= event.title
|
|
- if speaker = event.speakers.first
|
|
= image_tag speaker.gravatar_url, :class => "img-circle pull-right", |
|
|
:alt => speaker.name, |
|
|
:title => speaker.name, |
|
|
:style => "padding:5px 2px; width:25px" |
|