diff --git a/pagure/templates/settings_options.html b/pagure/templates/settings_options.html index 6b42c35..98a82f1 100644 --- a/pagure/templates/settings_options.html +++ b/pagure/templates/settings_options.html @@ -13,7 +13,21 @@ Project Options {% elif not config.get('DOC_APP_URL') and key in ['project_documentation'] %} {% elif not config.get('WEBHOOK') and key in ['Web-hooks'] %} {% else %} - {% if repo.settings[key] in [True, False, 'y'] %} + {% if key in ['Web-hooks'] %} +
+ + +
+ {% elif key in ['Minimum_score_to_merge_pull-request'] %} +
+ + +
+ {% elif repo.settings[key] in [True, False, 'y'] %}
- {% elif key in ['Web-hooks'] %} -
- - -
{% else %}