diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 4ab71ea..bb1e618 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -110,29 +110,33 @@ repo=repo.name, commitid=commitid, branch_from=branch_from, branch_to=branch_to) }}" method="post"> {% endif %} -
- Pull from - {% - if remote_git -%}{{ remote_git }}{%- - else -%} - {{ repo.fullname }} {%- - endif -%} - - - - {{ branch_from }} - into -{% if repo.is_fork -%}{{ repo.parent.fullname }}{% else %}{{ repo.fullname }}{% endif %} - +
+ Pull from + {% + if remote_git -%}{{ remote_git }}{%- + else -%} + {{ repo.fullname }} {%- + endif -%} + + + + {{ branch_from }} + + into + + {% if repo.is_fork -%}{{ repo.parent.fullname }}{% + else %}{{ repo.fullname }}{% endif %} +   +
- {{ render_bootstrap_field(form.title) }} + {{ render_bootstrap_field(form.title) }}

{{ form.csrf_token }}