boissier_app/app/views/admin/promotions/_promotion.html.haml
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

10 lines
666 B
Plaintext

%tr#promotion_row.promotion_row{:id => promotion.id}
%td.QI_padding_small{:style => "width:130px;"}
.QI_background_resize{:style => "width:120px;height:120px;"+("background-image: url('#{promotion.image_file.file.large.medium.small.thumb.url}');"if promotion.image_file).to_s }
%td.QI_padding_small= l promotion.month, :format => :only_month
%td.QI_padding_small=promotion.title
%td.actions.QI_padding_small
= link_to i(:trash_stroke, :blue), [:admin, promotion], :confirm => 'Voulez-vous vraiment supprimer cette promotion ?', :method => :delete, :remote => true
= link_to i(:pen_alt_fill, :blue), edit_admin_promotion_path(promotion), :remote => true