jfn_app/app/views/admin/articles/_article.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

10 lines
383 B
Plaintext

%tr#article_row.article_row{:id => article.id}
%td=article.title
%td=l article.published_at, :format => :date
%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)