diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index e89cef7..c885101 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -295,7 +295,7 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid)
-
+
Metadata
{% if g.authenticated and (g.repo_user or g.fas_user.username == issue.user.user) and not repo.settings.get('issue_tracker_read_only', False) %} @@ -561,7 +561,7 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid) {% if g.authenticated %}
-
+
Subscribers {{subscribers|count}} @@ -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 b1b4f97..595f4f9 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -164,7 +164,7 @@ {% if g.repo_user and not type or type == 'new' %}
-
+
Metadata
diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 23bcb0b..20f34c6 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -24,7 +24,7 @@ {% set tag = "home" %} {% block content %} -