20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
|
|
=link_to [:public, organisateur], :class => "organisateur" do
|
|
-img = ""
|
|
-img = organisateur.logo.file.large.medium.url if organisateur.logo
|
|
.img{:style => ("background-image:url('#{img}');" if img)}
|
|
|
|
|
|
.desc
|
|
|
|
|
|
.titre_list
|
|
%h3=organisateur.name
|
|
.details
|
|
=simple_format organisateur.description
|
|
|
|
.info_lien
|
|
.block_info
|
|
=organisateur.cp
|
|
=organisateur.city
|
|
|