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 @@ -134,15 +134,14 @@ %if c.rhodecode_user.username != 'default':
${h.form(post_url)} - ${_('Leave a comment or change status by checking `change status` checkbox')}
${(_('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} %if change_status: - | - + | ${_('Change status')} + %endif
%if change_status: @@ -169,18 +168,15 @@ %endif