diff --git a/plinth/templates/app-header.html b/plinth/templates/app-header.html index efed5c201..e10945a86 100644 --- a/plinth/templates/app-header.html +++ b/plinth/templates/app-header.html @@ -43,10 +43,11 @@ {% if app_info.tags %} -
+
{% for tag in app_info.tags %} + {% if not forloop.first %}•{% endif %} + class="btn btn-default rounded-pill tag"> {% trans tag %} {% endfor %} diff --git a/plinth/templates/tags.html b/plinth/templates/tags.html index 1dd96dfc7..215c416f8 100644 --- a/plinth/templates/tags.html +++ b/plinth/templates/tags.html @@ -8,12 +8,12 @@