Archive for the 'Uncategorized' Category

alternating table row colours in rails

February 24, 2007

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