diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html +++ b/kallithea/templates/pullrequests/pullrequest_data.html @@ -32,7 +32,7 @@ - ${pr.title or _("(no title)")} + ${h.urlify_text(pr.title or _("(no title)"), pr.org_repo.repo_name, pr.url())} %if pr.is_closed(): ${_('Closed')} %endif