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 @@ -38,8 +38,10 @@
${_('Commenting on line {1}.')} ${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % - _('Use @username inside this text to send notification to this RhodeCode user')))|n}
- + _('Use @username inside this text to send notification to this RhodeCode user')))|n} + +
+
@@ -92,7 +94,7 @@
%endfor %if c.rhodecode_user.username != 'default': -
+
${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=changeset.raw_id))} ${_('Leave a comment')}
@@ -101,6 +103,7 @@ '@mention' % _('Use @username inside this text to send notification to this RhodeCode user')))|n}
+
${h.textarea('text')}
@@ -110,4 +113,17 @@
%endif
+