%tr#article_row.article_row{:id => article.id} %td{:style => "width:200px"}= l(article.published_at, :format => :date) if article.published_at? %td=article.title %td= "oui" if article.enabled %td.actions = link_to i(:trash_stroke, :blue), [:admin, article], :confirm => 'Voulez-vous vraiment supprimer cet article ?', :method => :delete, :remote => true =# link_to i(:pen_alt_fill, :blue), edit_admin_article_path(article) = link_to i(:pen_alt_fill, :blue), edit_admin_article_path(article), :style => "padding:0px 0px 0px 0px;", :class => "show_details" = #link_to i(:trash_stroke, :blue), [:admin, article], :confirm => 'Voulez-vous vraiment supprimer cette actualité ?', :method => :delete, :remote => true = #link_to i(:plus_alt, :blue), edit_admin_article_path(article), :style => "padding:5px;", :class => "show_details" =# link_to i(:pen_alt_fill, :blue), edit_admin_article_path(article), :remote => true