render :partial

just use the cycle() helper method

ex:

<li class="<%= cycle("even", "odd") -%>"> ... </li>