20 lines
777 B
Plaintext
20 lines
777 B
Plaintext
%tr#actuality_row.actuality_row{:id => actuality.id}
|
|
%td{:style => "width:130px;"}
|
|
.QI_background_resize{:style => "width:120px;height:120px;"+("background-image: url('#{actuality.image_file.file.large.medium.small.thumb.url}');"if actuality.image_file).to_s }
|
|
|
|
|
|
%td{:style => "width:200px"}= l actuality.start_publish_at if actuality.start_publish_at?
|
|
%td=actuality.title
|
|
|
|
|
|
|
|
|
|
%td.actions
|
|
|
|
|
|
|
|
|
|
= link_to i(:trash_stroke, :blue), [:admin, actuality], :confirm => 'Voulez-vous vraiment supprimer cette actualité ?', :method => :delete, :remote => true
|
|
= link_to i(:plus_alt, :blue), edit_admin_actuality_path(actuality), :style => "padding:5px;", :class => "show_details"
|
|
= link_to i(:pen_alt_fill, :blue), edit_admin_actuality_path(actuality), :remote => true
|