# HG changeset patch # User Marcin Kuzminski # Date 2013-04-05 14:03:20 # Node ID a7d69146021b252ba8faf1572797da1adc51c3ef # Parent f5b204789b46055f63e0c3cbbb0212d5797ca523 #819 review status is showed in the main changelog 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 @@ ${self.context_bar('changelog')} ${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