This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/portlets/render_public/_timecontent.html.haml
2021-08-23 10:26:02 +02:00

24 lines
520 B
Plaintext

-img_url = ""
-img_url = input.image_file.file.large.medium if input.image_file
-css_style = "background-image:url('#{img_url}');background-size:100%;background-size:cover;background-position:center center;"
.time_content{:class => "left_time"}
.inner
.left
.date.with_ratio{:style => css_style, :data => {:ratio => 1}}
.inner
%h3.vertical_center= input.date
.middle
.jauge
.point
.right
.desc
=input.description
.clear