From 18bfc6d955096f0487860b13ce10d628a1eca505 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 16 2016 08:30:26 +0000 Subject: Move the clear button to the right side of the box Fixes https://pagure.io/pagure/issue/1554 --- diff --git a/pagure/templates/edit_file.html b/pagure/templates/edit_file.html index 85f8b8c..bb25778 100644 --- a/pagure/templates/edit_file.html +++ b/pagure/templates/edit_file.html @@ -102,7 +102,8 @@
- +
diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index d95bf38..dcb098a 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -94,7 +94,7 @@
-
{% else %} diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index 6097b79..b8de19b 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -94,7 +94,8 @@ {% elif type and type == 'edit' %} {% endif %} - + {{ form.csrf_token }} Markdown Syntax diff --git a/pagure/templates/new_project.html b/pagure/templates/new_project.html index ccf5280..f7f67f5 100644 --- a/pagure/templates/new_project.html +++ b/pagure/templates/new_project.html @@ -22,7 +22,8 @@ {{ render_bootstrap_field(form.avatar_email, field_description="libravatar email address avatar email") }} {{ render_bootstrap_field(form.create_readme, field_description="Create a README file automatically") }} - + {{ form.csrf_token }} diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 130ddcd..4ab71d1 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -592,8 +592,8 @@
- +
{% else %} diff --git a/pagure/templates/remote_pull_request.html b/pagure/templates/remote_pull_request.html index 6bb03ec..6d0957e 100644 --- a/pagure/templates/remote_pull_request.html +++ b/pagure/templates/remote_pull_request.html @@ -62,7 +62,8 @@ repo=repo.name, username=username, namespace=repo.namespace)}}"> - +