##// END OF EJS Templates
Messages on a Board can now be sorted by the number of replies....
Eric Davis -
r1749:6db8fa8ef762
parent child
Show More
@@ -33,7 +33,7
33 33 <th><%= l(:field_subject) %></th>
34 34 <th><%= l(:field_author) %></th>
35 35 <%= sort_header_tag("#{Message.table_name}.created_on", :caption => l(:field_created_on)) %>
36 <th><%= l(:label_reply_plural) %></th>
36 <%= sort_header_tag("#{Message.table_name}.replies_count", :caption => l(:label_reply_plural)) %>
37 37 <%= sort_header_tag("#{Message.table_name}.updated_on", :caption => l(:label_message_last)) %>
38 38 </tr></thead>
39 39 <tbody>
General Comments 0
You need to be logged in to leave comments. Login now