mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 10:28:22 +01:00
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
<% n = 1 %>
|
|
<% @items.each do |item| %>
|
|
<li class="r<%= n %>"><span class="object_link"><%= link_file item %></a></li>
|
|
<% n = n == 2 ? 1 : 2 %>
|
|
<% end %> |