Files
@ 0ee5a36aaa99
Branch filter:
Location: kallithea/docs/usage/troubleshooting.rst
0ee5a36aaa99
2.4 KiB
text/prs.fallenstein.rst
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