@@ -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