maisonarbre_app/app/views/admin/articles/_article.html.haml
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02: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)