##// END OF EJS Templates
be more explicit how to change status of changeset
marcink -
r3311:2c192469 beta
parent child Browse files
Show More
@@ -134,7 +134,7 b''
134 %if c.rhodecode_user.username != 'default':
134 %if c.rhodecode_user.username != 'default':
135 <div class="comment-form ac">
135 <div class="comment-form ac">
136 ${h.form(post_url)}
136 ${h.form(post_url)}
137 <strong>${_('Leave a comment')}</strong>
137 <strong>${_('Leave a comment or change status by checking `change status` checkbox')}</strong>
138 <div class="clearfix">
138 <div class="clearfix">
139 <div class="comment-help">
139 <div class="comment-help">
140 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
140 ${(_('Comments parsed using %s syntax with %s support.') % (('<a href="%s">RST</a>' % h.url('rst_help')),
General Comments 0
You need to be logged in to leave comments. Login now