diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index fa3da23..39724f4 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -72,13 +72,13 @@ {% endif %} {% if not repo.is_fork %} - - Created by +
Created {{repo.date_created|humanize}}
+
+ Maintained by {{- repo.user.user -}} - {{repo.date_created|humanize}} - +
{% endif %}
{% if repo.description %}{{ repo.description | noJS | safe }}{% else %}-{% endif -%} @@ -221,7 +221,7 @@ {{ repo.user.fullname }}
-
main admin
+
maintainer
{% for access in repo.contributors %} {% for user in repo.contributors[access] %} diff --git a/pagure/templates/userdash_projects.html b/pagure/templates/userdash_projects.html index 7ed2074..3c948a0 100644 --- a/pagure/templates/userdash_projects.html +++ b/pagure/templates/userdash_projects.html @@ -57,7 +57,7 @@ {% if acl %} - {{ acl if acl != 'main admin' else 'owner' }} + {{ acl if acl != 'main admin' else 'maintainer' }} {% endif %} {% if author %} @@ -85,7 +85,7 @@