From e3355f9c72d4156eabb6b88b937329ba2b7008d2 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 03 2018 01:40:14 +0000 Subject: fix weird rendering of dropdown buttons in chrome/chromium having the html attribute type="button" on dropdown toggles in elements was causing chrome to render them weirdly, so this removes all those attributes. Fixes #3596 --- diff --git a/pagure/templates/commits.html b/pagure/templates/commits.html index c4fbe33..9563a2d 100644 --- a/pagure/templates/commits.html +++ b/pagure/templates/commits.html @@ -31,7 +31,7 @@
{% if branchname %}
- diff --git a/pagure/templates/file.html b/pagure/templates/file.html index f0e80aa..eb07051 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -31,7 +31,7 @@
{% if branchname in g.branches %}
- @@ -50,7 +50,7 @@
{% else %} - diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index f19a4d6..a6c207d 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -340,7 +340,7 @@
@@ -364,7 +364,7 @@ {% if g.repo_admin %}
- Save New Report diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 2371499..689afa6 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -128,7 +128,7 @@