0
@@ -15,8 +15,8 @@ Comments for all articles
0
<ul class="pagelist commentlist" id="comment-list">
0
<% if @comments.any? %>
0
- <% @comments.reverse.each_with_index do |comment, i| -%>
0
- <li class="event-comment<%= " shade" if (i % 2 > 0) %>" id="comment-<%= comment.id %>">
0
+ <% @comments.reverse.each do |comment| -%>
0
+ <li class="event-comment<%= cycle("", " shade") %>" id="comment-<%= comment.id %>">
0
<a name="comment-<%= comment.id %>"></a>
0
<% unless comment.body.blank? -%>
0
<blockquote><p>"<%= strip_tags(comment.body) %>"</p></blockquote>
Comments
No one has commented yet.