# HG changeset patch # User Jan Heylen # Date 2015-11-29 16:43:42 # Node ID 7db8e58cee2fa21cb03fc08a7b409390ddc27d67 # Parent 62b350b577a93a8bbc5f2c2939d74dd769a76b22 diffs: introduce 'show inline comments' control for pull-requests too Make diff_block_simple control inline comments like diff_block does. .show-inline-comments handling is moved to the generic diff handling js. I am not sure this is useful when the whole diff is sent to the client side anyway ... but for now, let's be consistent. diff --git a/kallithea/templates/changeset/changeset.html b/kallithea/templates/changeset/changeset.html --- a/kallithea/templates/changeset/changeset.html +++ b/kallithea/templates/changeset/changeset.html @@ -209,19 +209,6 @@ ${self.repo_context_bar('changelog', c.c ## FORM FOR MAKING JS ACTION AS CHANGESET COMMENTS