10 lines
383 B
Plaintext
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)
|
|
|