diff --git a/rhodecode/templates/compare/compare_cs.html b/rhodecode/templates/compare/compare_cs.html --- a/rhodecode/templates/compare/compare_cs.html +++ b/rhodecode/templates/compare/compare_cs.html @@ -19,7 +19,11 @@ ${h.hidden('revisions',cs.raw_id)} %endif - ${cs.branch} + + %if cs.branch: + ${cs.branch} + %endif +
${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}
%endfor