From e47ea249e7ded395fa1d49cb97f68dddcda9f75e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 19 Aug 2023 00:46:27 +0100 Subject: [PATCH] Use Star instead of Heart for favourites --- app/templates/collections/list.html | 2 +- app/templates/collections/package_add_to.html | 2 +- app/templates/packages/view.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/collections/list.html b/app/templates/collections/list.html index bf9df696..6e22c83b 100644 --- a/app/templates/collections/list.html +++ b/app/templates/collections/list.html @@ -33,7 +33,7 @@ {% endif %} {% if collection.name == 'favorites' %} - + {% endif %} {% if user != collection.author %} {{ _("%(title)s by %(author)s", title=collection.title, author=collection.author.display_name) }} diff --git a/app/templates/collections/package_add_to.html b/app/templates/collections/package_add_to.html index d090c2fb..f0bcb99d 100644 --- a/app/templates/collections/package_add_to.html +++ b/app/templates/collections/package_add_to.html @@ -26,7 +26,7 @@ {% endif -%} {% if collection.author != current_user %}{{ collection.author.display_name }}: {% endif -%} {% if collection.name == 'favorites' %} - + {% endif %} {% if collection.private %} diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index fdb6d310..9bb701db 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -352,8 +352,8 @@
-