diff --git a/pagure/themes/srcfpo/templates/repo_info.html b/pagure/themes/srcfpo/templates/repo_info.html index db713d7..c9d07aa 100644 --- a/pagure/themes/srcfpo/templates/repo_info.html +++ b/pagure/themes/srcfpo/templates/repo_info.html @@ -104,7 +104,8 @@
Created {{repo.date_created|humanize}}
Maintained by - + {{- repo.user.user -}}
diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html index 5d31d3a..265946a 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -109,6 +109,21 @@ + {% if g.authenticated and repo.user.user == "orphan" %} +
+
+

Orphaned:

+
+ + + Take + +
+
+ {% endif %} + {% endif %}