_carousel hamlfy

carousel changed to haml
This commit is contained in:
Ana 2016-06-30 20:56:00 +02:00
parent cd32ddd422
commit 6f20031bc1
3 changed files with 56 additions and 64 deletions

View file

@ -1,6 +1,6 @@
%td.event{ width: "#{ width * span }%" , |
colspan: span, |
role: "button" } |
role: "button" }
%a.unstyled-link{href: url_for(conference_program_proposal_path(@conference.short_title, event.id))}
%div{ class: "elipsis break-words event-title", |
style: "-webkit-line-clamp: #{ event_lines(@rooms) }; height: #{ event_height(@rooms) }px;"} |