##// END OF EJS Templates
summary/changelog: unified how data is displayed for summary and changelog pages....
summary/changelog: unified how data is displayed for summary and changelog pages. - use consistent order of columns - fix the link to commit status - fix order of displaying comments Fixes #4111

File last commit:

r1:854a839a default
r472:3d63a95d default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError