Merge "limit install guide list to services"

This commit is contained in:
Jenkins 2017-07-14 16:22:23 +00:00 committed by Gerrit Code Review
commit 0f14eb9998
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<ul>
{% for project in projects|sort(attribute='service') -%}
{% if project.has_install_guide %}
{% if project.type in ['service', 'other'] and project.has_install_guide %}
<li><a href="/{{project.name}}/{{series}}/install/">{{project.service}} ({{project.name|title}})</a></li>
{% endif %}
{%- endfor %}