From 478f624befb1af248c0c3fcdb7a7269e9373adfb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 21 2019 11:06:07 +0000 Subject: Adjust the wording around the creator/maintainer on the srcfpo theme This basically ports the changes from the commit: 55f2212f131bed230db61cf30e7bba394b3ff66d to the srcfpo theme. Signed-off-by: Pierre-Yves Chibon --- 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 %}