diff --git a/code_comments/templates/comments.html b/code_comments/templates/comments.html index 2870244..48a8172 100644 --- a/code_comments/templates/comments.html +++ b/code_comments/templates/comments.html @@ -33,7 +33,7 @@
$header.name | @@ -47,8 +47,8 @@||||||||||
---|---|---|---|---|---|---|---|---|---|---|
$comment.id | -$comment.author | -${comment.formatted_date()} | +$comment.author | +${comment.formatted_date()} | ${comment.path_link_tag()} | $comment.html | ${comment.get_ticket_links()} | diff --git a/code_comments/web.py b/code_comments/web.py index 83342c7..3744bbd 100644 --- a/code_comments/web.py +++ b/code_comments/web.py @@ -242,7 +242,7 @@ def prepare_sortable_headers(self): displayed_sorting_methods = \ ('id', 'author', 'time', 'path', 'text') displayed_sorting_method_names = \ - ('ID', 'Author', 'Date', 'Path', 'Text') + ('ID', 'Author', 'Timestamp', 'Path', 'Text') query_args = self.req.args if 'page' in query_args: del query_args['page']