Archive for February, 2007

alternating table row colours in rails

February 24, 2007

<tr class="<%= cycle("even", "odd") %>">
... use item ...
</tr>