# HG changeset patch # User Daniel Dourvaris # Date 2016-11-27 09:06:30 # Node ID 7cf30a3fc1eb27c1e30ba1e066377470eb5a41be # Parent a26fbc413911acb5f91dcfb7019f3a3f4e11fc84 ux: add comments id to comments form so that linking to comments works diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -165,6 +165,7 @@ ## generate main comments <%def name="generate_comments(include_pull_request=False, is_pull_request=False)"> +
%for comment in c.comments:
## only render comments that are not from pull request, or from @@ -176,6 +177,7 @@ %endfor ## to anchor ajax comments
+
## MAIN COMMENT FORM