diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 19ea4e1..e1be337 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -17,69 +17,69 @@ Project Settings - Project Details - Default Branch + Project Details + Default Branch {% if config.get('WEBHOOK', False) %} - Private Web Hook Key + Private Web Hook Key {% endif %} - API Keys - Project Options - Public Notifications + API Keys + Project Options + Public Notifications {% if config.get('ENABLE_USER_MNGT', True) %} - Users & Groups + Users & Groups {% endif %} {% if config.get('DEPLOY_KEY', True) %} - Deploy Keys + Deploy Keys {% endif %} {% if plugins %} - Hooks + Hooks {% endif %} {% if config.get('ENABLE_TICKETS', True) and repo.settings.get('issue_tracker', True) %} - Priorities - Roadmap - Close Status - Custom Issue Fields - Reports + Priorities + Roadmap + Close Status + Custom Issue Fields + Reports {% endif %} {% if (config.get('ENABLE_TICKETS', True) and repo.settings.get('issue_tracker', True)) or repo.settings.get('pull_requests', True) %} - Tags - Quick Replies + Tags + Quick Replies {% endif %} - Regenerate Repos + Regenerate Repos {% if config.get('ENABLE_GIVE_PROJECTS', True) and (repo.user.user == g.fas_user.username or pagure_admin) and not repo.is_fork %} - Give Project + Give Project {% endif %} Delete Project + Delete Project {% endif %}