# HG changeset patch # User Mads Kiilerich # Date 1561243424 -7200 # Node ID 6a120c401d2529d5ce59bf368d93e3b93160d5e6 # Parent 5bca0d56a67a6203b996c60d1814748941912e81 pullrequests: in PR update list, only show first line of commit messages Make it less overwhelming, and more like other changeset lists. diff -r 5bca0d56a67a -r 6a120c401d25 kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html Fri Jun 07 03:37:02 2019 +0200 +++ b/kallithea/templates/pullrequests/pullrequest_show.html Sun Jun 23 00:43:44 2019 +0200 @@ -167,7 +167,7 @@ %endfor -
${h.urlify_text(cs.message, c.repo_name)}
+
${h.urlify_text(cs.message.splitlines()[0], c.repo_name)}
%endif