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 @@ -13,7 +13,7 @@ ${h.short_id(co.revision)} %if co.f_path: ${_(' in file ')} - ${co.f_path}:L${co.line_no} + ${co.f_path}:L ${co.line_no} %endif ${h.age(co.modified_at)} @@ -28,4 +28,25 @@ ${h.rst(co.text)|n} + + + + +<%def name="comment_inline_form()"> + \ No newline at end of file