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

View File

@ -51,7 +51,7 @@
<ul> <ul>
{% for project in projects|sort(attribute='service') -%} {% 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> <li><a href="/{{project.name}}/{{series}}/install/">{{project.service}} ({{project.name|title}})</a></li>
{% endif %} {% endif %}
{%- endfor %} {%- endfor %}