From 9d7a95bf4b95689160d83ed6cacc7d50960cdbc5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 11 2016 18:25:17 +0000 Subject: Drop spaces in the title/template --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index f926545..5d0c9f3 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -4,7 +4,7 @@ {% block title %} {%- if pull_request -%} PR#{{ requestid }}: {{ pull_request.title | noJS(ignore="img")}} - {%- elif form and (g.repo_admin or remote_git) %} + {%- elif form and (g.repo_admin or remote_git) -%} Create new Pull Request for {{ branch_to }} {%- elif origin == 'compare_commits' -%} Diff from {{ commit1 }} to {{ commit2 }}