20 lines
752 B
Plaintext
20 lines
752 B
Plaintext
%tr#article_row.article_row{:id => article.id, :class => ("warning" if !article.lang_articles[0].enabled)}
|
|
|
|
%td= l(article.published_at, :format => :date) if article.published_at?
|
|
%td=article.lang_articles.first.title
|
|
|
|
|
|
|
|
|
|
%td{:style => "width:140px"}
|
|
= link_to i(:"trash-o"), [:admin, article], :data => {:confirm => 'Voulez-vous vraiment supprimer cet article ?'}, :method => :delete, :remote => true
|
|
|
|
= link_to i(:pencil), edit_admin_article_path(article), :style => "padding:0px 0px 0px 0px;", :remote => true
|
|
= link_to i(:info), edit_admin_article_path(article), :style => "padding:0px 0px 0px 0px;"
|
|
|
|
=link_to i(:"level-down"), admin_article_path(:id => article.id, :format => "js"), :class => "set_tag"
|
|
|
|
|
|
|
|
|