Files
@ 0ee5a36aaa99
Branch filter:
Location: kallithea/docs/usage/backup.rst
0ee5a36aaa99
498 B
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