diff --git a/pagure/templates/index_auth.html b/pagure/templates/index_auth.html index c3d07bd..1cca1fb 100644 --- a/pagure/templates/index_auth.html +++ b/pagure/templates/index_auth.html @@ -21,6 +21,15 @@
My Projects {{repos | count}} + {% if config.get('ENABLE_NEW_PROJECTS', True) and repos %} + + + + + + {% endif %}
{% if repos %}
@@ -72,7 +81,12 @@
{% else %}
-

You have no projects

+
You have no projects
+
{% endif %}