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 @@ -1635,6 +1635,15 @@ text-align:center; min-width:15px; cursor: help; } +.right .changes .large { +border:1px solid #DDD; +display:block; +float:right; +text-align:center; +min-width:45px; +cursor: help; +background: #54A9F7; +} .right .changes .added { background:#BFB; 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 @@ -61,10 +61,14 @@
${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
-
+
+ % if len(cs.affected_files) <= 30: ${len(cs.removed)} ${len(cs.changed)} ${len(cs.added)} + % else: + ${len(cs.affected_files)} + % endif
%if len(cs.parents)>1: