12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
%tr#folder_row.folder_row{:id => folder.id}
|
|
%td{:style => "width:130px;"}
|
|
.QI_background_resize{:style => "width:120px;height:120px;"+("background-image: url('#{folder.image_file.file.large.medium.small.thumb.url}');"if folder.image_file).to_s }
|
|
|
|
%td=folder.title
|
|
|
|
|
|
%td.actions
|
|
= link_to i(:trash_stroke, :blue), [:admin, folder], :confirm => 'Voulez-vous vraiment supprimer ce dossier, et tout ces articles ?', :method => :delete, :remote => true
|
|
|
|
= link_to i(:pen_alt_fill, :blue), edit_admin_folder_path(folder)
|