foodsoft/app/views/articles/_new_article_row.haml

2 lines
139 B
Plaintext

%tr{:class => cycle('even','odd'), :id => @article.id, :onclick => "checkRow('#{@article.id.to_s}')"}
= render :partial => 'article_row'