24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
-img_url = ""
|
|
-img_url = input.image_file.file.large.medium if input.image_file
|
|
|
|
|
|
|
|
.time_content{:class => "left_time"}
|
|
.inner
|
|
.left
|
|
.date
|
|
%h3.vertical_center= input.date
|
|
=image_tag input.image_file.file.large.medium.small if input.image_file
|
|
|
|
.middle
|
|
.jauge
|
|
.point{:style => "background:#{(input.category.color if input.category)};"}
|
|
.right
|
|
.desc
|
|
=input.description
|
|
|
|
.clear
|
|
|
|
|
|
|
|
|