From cd8cdd6b2f789f6e5891dadd32ad1e3e020e2b83 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 27 2018 08:26:46 +0000 Subject: fix all-around sidebar heading borders Previously, on some of the sidebar headers on issue-related pages had borders all around the heading, rather than just on the bottom. This fixes this for the related prs heading on issues page, and the metadata heading on the new issue page. Fixes: #3744 Signed-off-by: Ryan Lerch --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 2019e7b..def8b37 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -595,7 +595,7 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid) {% if issue.related_prs %}
-
+
Related Pull Requests {{subscribers|count}} diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index 669221b..1695096 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -163,7 +163,7 @@ {% if g.repo_user and not type or type == 'new' %}
-
+
Metadata