foodsoft/app/views/articles/_new_article_row.haml
2009-01-06 11:49:19 +01:00

2 lines
No EOL
139 B
Text

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