diff --git a/assets/scss/_table.scss b/assets/scss/_table.scss index c395d5e..395a1e4 100644 --- a/assets/scss/_table.scss +++ b/assets/scss/_table.scss @@ -28,4 +28,7 @@ table { } } } + ul { + list-style-type: none; + } } diff --git a/templates/frontpage.html b/templates/frontpage.html index 75a41ab..a0aea21 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -2,6 +2,11 @@ {% block title %}{{ this.title }}{% endblock %} {% block body %} {{ this.body }} + {% if this.roles is defined %} + {% if this.roles.blocks | length != 0 %} + Ansible Roles + {% endif %} + {% endif %} {% if this.roles is defined %} {% if this.roles.blocks | length != 0 %}

{{ this.tabletitle }}

@@ -9,9 +14,19 @@ Role Name - Ansible Galaxy - Maintainance Status - License + + + + + + @@ -19,17 +34,33 @@ {{ blk.name }} - {% if blk.no_galaxy %} - - - - {% else %}-{% endif %} + + + - - - - + {% endfor %}