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 @@ -4,6 +4,7 @@ ## <%def name="comment_block(co)">
+
@@ -27,6 +28,7 @@ %endif ${h.rst_w_mentions(co.text)|n}
+
@@ -38,9 +40,11 @@ %if c.rhodecode_user.username != 'default': ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
-
${_('Commenting on line')} {1} ${_('comments parsed using')} - RST ${_('syntax')}
- +
${_('Commenting on line')} {1}. ${_('Comments parsed using')} + RST ${_('syntax')} ${_('with')} + @mention ${_('support')} +
+