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 @@ -2521,6 +2521,16 @@ h3.files_location { text-align: left; } +#graph_content .container .checkbox { + width: 12px; + font-size: 0.85em; +} + +#graph_content .container .status { + width: 14px; + font-size: 0.85em; +} + #graph_content .container .author { width: 105px; } @@ -2551,10 +2561,6 @@ h3.files_location { position: relative; } -#graph_content #changesets td.checkbox { - width: 20px; -} - #graph_content .container .changeset_range { float: left; margin: 6px 3px; 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 @@ -57,6 +57,18 @@ ${h.checkbox(cs.raw_id,class_="changeset_range")} + + %if c.statuses.get(cs.raw_id): +
+ %if c.statuses.get(cs.raw_id)[2]: + + + + %else: + + %endif +
+ %endif gravatar