Files
@ 0ee5a36aaa99
Branch filter:
Location: kallithea/setup.cfg
0ee5a36aaa99
830 B
text/x-ini
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