public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
Merge branch 'bugfixing' into multiengine
francois (author)
Tue Mar 04 11:09:10 -0800 2008
commit  5460e71c367d46d55c290804d2c2981052977a04
tree    461bde7859233c44fc633253f1def47d02b4abef
parent  229299586cd04ee86c5267c7066bfd5e7c7fd045 parent  3bbe3ca69a5aa2e4346e62a988edab0b3d9451b8
...
15
16
17
18
19
 
 
20
21
22
...
15
16
17
 
 
18
19
20
21
22
0
@@ -15,8 +15,8 @@
0
 
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 class="<%= comment.spam_engine_classes %>"><p>"<%= strip_tags(comment.body) %>"</p></blockquote>

Comments

    No one has commented yet.