diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html index 209dfcf..afe79a4 100644 --- a/app/templates/book/collection_view.html +++ b/app/templates/book/collection_view.html @@ -153,30 +153,30 @@ {% endif %} -
-

+
+

{{book.label}}

-
+ -
+ -
+ -
+ -
+
{% for tag in book.tags %}
- {{tag.name}} -
+
+ {{tag.name}} +
+ {% endfor %}
@@ -206,7 +208,7 @@ {% else %} {% set children_collections = book.active_version.children_collections %} {% endif %} {% for collection in children_collections if not collection.is_root and not collection.is_deleted %} -

+

#{{collection.label}}

{% if not collection.active_sections and not collection.active_children %} diff --git a/app/templates/book/components/sub_collection_preview_content.html b/app/templates/book/components/sub_collection_preview_content.html index f07b148..a7c429b 100644 --- a/app/templates/book/components/sub_collection_preview_content.html +++ b/app/templates/book/components/sub_collection_preview_content.html @@ -2,12 +2,13 @@ {% for sub_collection in collection.active_children if not sub_collection.is_deleted%} -

+ +

##{{sub_collection.label}}

{% if not sub_collection.active_sections and not sub_collection.active_children%} -

This sub collection is empty

+

This sub collection is empty

{% endif %} {% if sub_collection.active_children %} @@ -20,12 +21,12 @@
-

+

{{ section.label }}

{% if not section.active_interpretations %} -

This section is empty

+

This section is empty

{% else %}