diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -2279,7 +2279,7 @@ h3.files_location { #graph_content .container { border-bottom: 1px solid #DDD; - height: 57px; + height: 56px; overflow: hidden; } @@ -2334,7 +2334,7 @@ h3.files_location { padding-right: 5px; margin-top:1px; float:right; - height:16px; + height:14px; } .right .comments-cnt{ diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -67,8 +67,12 @@
${len(cs.affected_files)}
%if len(c.comments.get(cs.raw_id,[])) > 0: -
${len(c.comments.get(cs.raw_id,[]))}
- +
+ +
${len(c.comments[cs.raw_id])}
+ +
+
%endif