@@ -33,7 +33,7 | |||||
33 | <th><%= l(:field_subject) %></th> |
|
33 | <th><%= l(:field_subject) %></th> | |
34 | <th><%= l(:field_author) %></th> |
|
34 | <th><%= l(:field_author) %></th> | |
35 | <%= sort_header_tag("#{Message.table_name}.created_on", :caption => l(:field_created_on)) %> |
|
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 | <%= sort_header_tag("#{Message.table_name}.updated_on", :caption => l(:label_message_last)) %> |
|
37 | <%= sort_header_tag("#{Message.table_name}.updated_on", :caption => l(:label_message_last)) %> | |
38 | </tr></thead> |
|
38 | </tr></thead> | |
39 | <tbody> |
|
39 | <tbody> |
General Comments 0
You need to be logged in to leave comments.
Login now