diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2120,9 +2120,12 @@ BIN_FILENODE = 6 border-color: #cdcdcd; } +#updaterevs-table tr.mergerow, +#graph_content_pr tr.mergerow, +#shortlog_data tr.mergerow, #graph_content #changesets tr.out-of-range, #graph_content #changesets tr.mergerow { - opacity: 0.5; + opacity: 0.6; } #graph_content #changesets td { diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -11,7 +11,7 @@ ${_('Refs')} %for cnt,cs in enumerate(c.repo_changesets): - +
%if c.statuses.get(cs.raw_id): diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -18,7 +18,7 @@ %for cnt, cs in enumerate(reversed(c.cs_ranges)): - +
%if cs.raw_id in c.statuses:
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -181,7 +181,7 @@ ${self.repo_context_bar('showpullrequest
%for cnt, cs in enumerate(c.avail_cs): - + %if c.cs_ranges and cs.revision == c.cs_ranges[-1].revision:
%if editable: