diff --git a/www/admin/index.html b/www/admin/index.html index 857851cd80..f126bbf84a 100644 --- a/www/admin/index.html +++ b/www/admin/index.html @@ -38,9 +38,8 @@

Administrator Guides for Common OpenStack Libraries

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'library' and project.has_admin_guide %} - - {{project.service}} ({{project.name}}) -
+ {{project.name}}
+

{{project.service}}

{% endif %} {%- endfor %} diff --git a/www/configuration/index.html b/www/configuration/index.html index 1ed9bf4beb..bbd075eda5 100644 --- a/www/configuration/index.html +++ b/www/configuration/index.html @@ -41,9 +41,8 @@

Common Configuration via Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' and project.has_config_ref %} - - {{project.service}} ({{project.name}}) -
+ {{project.name}}
+

{{project.service}}

{% endif %} {% endfor %}