##// END OF EJS Templates
comments: make dismiss less prominent
milka -
r4587:e0e71538 stable
parent child Browse files
Show More
@@ -534,7 +534,7 b''
534 % if form_type == 'inline':
534 % if form_type == 'inline':
535 <input type="hidden" name="f_path" value="{0}">
535 <input type="hidden" name="f_path" value="{0}">
536 <input type="hidden" name="line" value="${lineno_id}">
536 <input type="hidden" name="line" value="${lineno_id}">
537 <span class="cursor-pointer action_button cb-comment-cancel" onclick="return Rhodecode.comments.cancelComment(this);">
537 <span style="opacity: 0.7" class="cursor-pointer cb-comment-cancel" onclick="return Rhodecode.comments.cancelComment(this);">
538 ${_('dismiss')}
538 ${_('dismiss')}
539 </span>
539 </span>
540 % endif
540 % endif
General Comments 0
You need to be logged in to leave comments. Login now