22 lines
621 B
Plaintext
22 lines
621 B
Plaintext
|
|
|
|
.columns.span_6{:style => "padding-top:0px;padding-bottom:0px;padding-left:15px;padding-right:15px;"}
|
|
|
|
.data_file
|
|
.detail_download_content
|
|
-if data_file.image_file
|
|
=image_tag data_file.image_file.file.large.medium.small.thumb.url
|
|
|
|
|
|
-title = data_file.title
|
|
|
|
%h4=title
|
|
.desc
|
|
=simple_format data_file.long_desc
|
|
.links
|
|
=link_to "Télécharger",data_file.file.url
|
|
|
|
=link_to "Lire", read_data_file_path(data_file.token)
|
|
|
|
=link_to "Commander", new_public_document_order_path(:token => data_file.token), :remote => true
|
|
.clear |