##// END OF EJS Templates
ui touch ups
marcink -
r1885:350d95de beta
parent child Browse files
Show More
@@ -2279,7 +2279,7 b' h3.files_location {'
2279
2279
2280 #graph_content .container {
2280 #graph_content .container {
2281 border-bottom: 1px solid #DDD;
2281 border-bottom: 1px solid #DDD;
2282 height: 57px;
2282 height: 56px;
2283 overflow: hidden;
2283 overflow: hidden;
2284 }
2284 }
2285
2285
@@ -2334,7 +2334,7 b' h3.files_location {'
2334 padding-right: 5px;
2334 padding-right: 5px;
2335 margin-top:1px;
2335 margin-top:1px;
2336 float:right;
2336 float:right;
2337 height:16px;
2337 height:14px;
2338 }
2338 }
2339
2339
2340 .right .comments-cnt{
2340 .right .comments-cnt{
@@ -67,8 +67,12 b''
67 <div id="${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${_('Affected number of files, click to show more details')}">${len(cs.affected_files)}</div>
67 <div id="${cs.raw_id}" style="float:right;" class="changed_total tooltip" title="${_('Affected number of files, click to show more details')}">${len(cs.affected_files)}</div>
68 <div class="comments-container">
68 <div class="comments-container">
69 %if len(c.comments.get(cs.raw_id,[])) > 0:
69 %if len(c.comments.get(cs.raw_id,[])) > 0:
70 <div class="comments-cnt" title="${('comments')}">${len(c.comments.get(cs.raw_id,[]))}</div>
70 <div class="comments-cnt" title="${('comments')}">
71 <img src="${h.url('/images/icons/comments.png')}">
71 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
72 <div class="comments-cnt">${len(c.comments[cs.raw_id])}</div>
73 <img src="${h.url('/images/icons/comments.png')}">
74 </a>
75 </div>
72 %endif
76 %endif
73 </div>
77 </div>
74 </div>
78 </div>
General Comments 0
You need to be logged in to leave comments. Login now