diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 7f3b8e9..2b4f225 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -62,12 +62,17 @@
- Proposed {{ pull_request.date_created |humanize }} - by {{ pull_request.user.default_email | avatar(16) | safe }} {{ pull_request.user.user }} + Proposed {{ pull_request.date_created |humanize }} + by {{ pull_request.user.default_email | avatar(16) | safe + }} {{ pull_request.user.user }}
From - {{ pull_request.project_from.fullname or pull_request.remote_git}} + {{ + pull_request.project_from.fullname or pull_request.remote_git + }} {% if pull_request %} - + {%endif%}