Files
@ 0ee5a36aaa99
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
0ee5a36aaa99
899 B
text/html
comment handling: factorize comment count logic
Avoid duplicating the logic to show the number of comments in three
templates (pull request, changeset, changeset comment area) by placing it in
a function.
In tests:
- take into account new line wrapping
- remove pointless %s substitution for fixed values
Avoid duplicating the logic to show the number of comments in three
templates (pull request, changeset, changeset comment area) by placing it in
a function.
In tests:
- take into account new line wrapping
- remove pointless %s substitution for fixed values