blog_perso_app/app/views/admin/articles/_article.html.haml
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

24 lines
951 B
Plaintext

%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