comparison rhodecode/templates/changeset/changeset_range.html @ 4051:fd4ea41c2dc1

pull requests: make the difference between changeset comments with status and PR comments with votes more obvious
author Mads Kiilerich <madski@unity3d.com>
date Wed, 12 Jun 2013 02:13:05 +0200
parents 072a37c44f58
children ffd45b185016
comparison
equal deleted inserted replaced
4050:fd5d7b17fa72 4051:fd4ea41c2dc1
99 %endif 99 %endif
100 </span> 100 </span>
101 </div> 101 </div>
102 </div> 102 </div>
103 ${diff_block.diff_block(c.changes[cs.raw_id])} 103 ${diff_block.diff_block(c.changes[cs.raw_id])}
104 ##${comment.comments(cs)}
105 104
106 %endfor 105 %endfor
107 <script type="text/javascript"> 106 <script type="text/javascript">
108 107
109 YUE.onDOMReady(function(){ 108 YUE.onDOMReady(function(){