diff --git a/pagure/themes/srcfpo/templates/repo_info.html b/pagure/themes/srcfpo/templates/repo_info.html index 0da6e08..1a95591 100644 --- a/pagure/themes/srcfpo/templates/repo_info.html +++ b/pagure/themes/srcfpo/templates/repo_info.html @@ -101,12 +101,13 @@ {% endif %} {% if not repo.is_fork %} - - Created by - +
Created {{repo.date_created|humanize}}
+
+ Maintained by + {{- repo.user.user -}} - - {{repo.date_created|humanize}} + +
{% endif %}