# HG changeset patch # User Daniel Dourvaris # Date 2016-11-27 09:06:30 # Node ID 0e3d172c7ef1005f3487203f5eb3189ae9573c11 # Parent caf127d98b54b814debf28d6a40f2ed0a0f6269d 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