# HG changeset patch # User Mads Kiilerich # Date 2013-03-07 21:08:33 # Node ID 716ac7659b90876a07b3b3a06561699458943001 # Parent 549c73bfc206d9abaf8a28ba18538117551782a3 pullrequest: use simple link for 'Change style' This seems to be more obvious and not require any explanation. The checkbox is kept but made invisible - just to avoid controller changes. 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