From 594dde98cbd44970a5903a7ef1900543cc74dea9 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Wed, 21 Jun 2023 10:26:03 +0300 Subject: [PATCH 1/7] show vote btns on latest interpretations --- app/templates/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home/index.html b/app/templates/home/index.html index 57ae644..958d75b 100644 --- a/app/templates/home/index.html +++ b/app/templates/home/index.html @@ -44,7 +44,7 @@ {% for interpretation in interpretations %} - {% with show_breadcrumbs=True, hide_vote_btns=True %} + {% with show_breadcrumbs=True %} {% include 'book/components/interpretation_list_item.html' %} {% endwith %} {% endfor %} From 96e1e8a1c71ace1cca92a4e5dddabc2131c4b8e1 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Wed, 21 Jun 2023 10:27:51 +0300 Subject: [PATCH 2/7] Latest Interpretations font size --- app/templates/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home/index.html b/app/templates/home/index.html index 958d75b..cd492f5 100644 --- a/app/templates/home/index.html +++ b/app/templates/home/index.html @@ -18,7 +18,7 @@