From 7293d1221be1f41eb937141e164db25c6e7554ff Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Mon, 19 Jun 2023 17:21:56 +0300 Subject: [PATCH] issues update comments icons to new one #166 --- app/templates/book/interpretation_view.html | 2 +- app/templates/book/my_contributions.html | 2 +- app/templates/home/index.html | 2 +- app/templates/search/search_results_interpretations.html | 2 +- app/templates/search/tag_search_results_interpretations.html | 2 +- app/templates/user/profile.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/templates/book/interpretation_view.html b/app/templates/book/interpretation_view.html index dfbeb63..666fa5f 100644 --- a/app/templates/book/interpretation_view.html +++ b/app/templates/book/interpretation_view.html @@ -183,7 +183,7 @@ class="!cursor-pointer text-no-underline flex items-center" href="{{ build_qa_url(interpretation) }}" > - +

{{interpretation.active_comments | length}}

diff --git a/app/templates/book/my_contributions.html b/app/templates/book/my_contributions.html index 72a7a55..f168403 100644 --- a/app/templates/book/my_contributions.html +++ b/app/templates/book/my_contributions.html @@ -82,7 +82,7 @@
- +

{{interpretation.active_comments | length}}

diff --git a/app/templates/home/index.html b/app/templates/home/index.html index 1e8bd5a..993df78 100644 --- a/app/templates/home/index.html +++ b/app/templates/home/index.html @@ -99,7 +99,7 @@
- +

{{interpretation.active_comments | length}}

diff --git a/app/templates/search/search_results_interpretations.html b/app/templates/search/search_results_interpretations.html index a42d5eb..e8460e6 100644 --- a/app/templates/search/search_results_interpretations.html +++ b/app/templates/search/search_results_interpretations.html @@ -107,7 +107,7 @@
- +

{{interpretation.active_comments | length}}

diff --git a/app/templates/search/tag_search_results_interpretations.html b/app/templates/search/tag_search_results_interpretations.html index b75c0a0..bd99c44 100644 --- a/app/templates/search/tag_search_results_interpretations.html +++ b/app/templates/search/tag_search_results_interpretations.html @@ -95,7 +95,7 @@
- +

{{interpretation.active_comments | length}}

diff --git a/app/templates/user/profile.html b/app/templates/user/profile.html index 9484df9..1c3cf25 100644 --- a/app/templates/user/profile.html +++ b/app/templates/user/profile.html @@ -130,7 +130,7 @@
- +

{{interpretation.active_comments | length}}