# HG changeset patch # User Marcin Kuzminski # Date 1365163400 -7200 # Node ID 6c505fe11f0f70e0493affc64fb065279fea6281 # Parent 8849c07d8c628feed1e71f10976bbcaf4cf79bd6 bring back review status in main changelog diff -r 8849c07d8c62 -r 6c505fe11f0f rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Fri Apr 05 13:49:03 2013 +0200 +++ b/rhodecode/public/css/style.css Fri Apr 05 14:03:20 2013 +0200 @@ -2521,6 +2521,16 @@ 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 @@ position: relative; } -#graph_content #changesets td.checkbox { - width: 20px; -} - #graph_content .container .changeset_range { float: left; margin: 6px 3px; diff -r 8849c07d8c62 -r 6c505fe11f0f rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Fri Apr 05 13:49:03 2013 +0200 +++ b/rhodecode/templates/changelog/changelog.html Fri Apr 05 14:03:20 2013 +0200 @@ -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