14 lines
538 B
Plaintext
14 lines
538 B
Plaintext
%tr#plume_row.plume_row{:id => plume.id, :class => ("warning" if !plume.enabled)}
|
|
|
|
%td=plume.title
|
|
%td
|
|
=link_to "voir", public_plume_path(plume)
|
|
|
|
|
|
|
|
%td{:style => "width:140px"}
|
|
= link_to i(:"trash-o"), [:admin, plume], :confirm => 'Voulez-vous vraiment supprimer cet plume ?', :method => :delete, :remote => true
|
|
|
|
= link_to i(:pencil), edit_admin_plume_path(plume), :style => "padding:0px 0px 0px 0px;", :remote => true
|
|
= link_to i(:eye), edit_admin_plume_path(plume), :style => "padding:0px 0px 0px 0px;"
|
|
|